Install `liblzma-dev` in CI (#9880)

This commit is contained in:
Zanie Blue 2024-12-13 14:10:33 -06:00 committed by GitHub
parent 53dfe0de52
commit d8f945a100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ jobs:
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
save-if: ${{ github.ref == 'refs/heads/main' }} save-if: ${{ github.ref == 'refs/heads/main' }}
- name: "Install system dependencies"
run: sudo apt-get install liblzma-dev
- name: "Generate all" - name: "Generate all"
run: cargo dev generate-all --mode check run: cargo dev generate-all --mode check