Skip to content

Commit

Permalink
Install liblzma-dev in CI (#9880)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Dec 13, 2024
1 parent 53dfe0d commit d8f945a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: "Install system dependencies"
run: sudo apt-get install liblzma-dev
- name: "Generate all"
run: cargo dev generate-all --mode check

Expand Down

0 comments on commit d8f945a

Please sign in to comment.