Skip to content

Commit

Permalink
fix make-external-compressors "only-lzma" test
Browse files Browse the repository at this point in the history
missing the liblzma-dev package
  • Loading branch information
Cyan4973 committed Jan 15, 2025
1 parent 0e819c9 commit 196e76e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: Build with ${{matrix.name}}
run: ${{matrix.flags}} make zstd
run: |
sudo apt install liblzma-dev
${{matrix.flags}} make zstd
implicit-fall-through:
Expand Down

0 comments on commit 196e76e

Please sign in to comment.