Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1623 from EliahKagan/run-ci/fix-test-xz
Browse files Browse the repository at this point in the history
Install `liblzma-dev` in CI `test` job
  • Loading branch information
Byron authored Oct 14, 2024
2 parents 6487269 + f9ecb47 commit 70c4df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Setup dependencies
run:
sudo apt-get install tree
sudo apt-get install -y --no-install-recommends liblzma-dev tree
- uses: extractions/setup-just@v2
- uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 70c4df5

Please sign in to comment.