mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fix make-external-compressors "only-lzma" test
missing the liblzma-dev package
This commit is contained in:
parent
0e819c9f93
commit
196e76efe1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/dev-short-tests.yml
vendored
4
.github/workflows/dev-short-tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue