fix make-external-compressors "only-lzma" test
missing the liblzma-dev package
This commit is contained in:
@@ -199,7 +199,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
|
||||||
- name: Build with ${{matrix.name}}
|
- name: Build with ${{matrix.name}}
|
||||||
run: ${{matrix.flags}} make zstd
|
run: |
|
||||||
|
sudo apt install liblzma-dev
|
||||||
|
${{matrix.flags}} make zstd
|
||||||
|
|
||||||
|
|
||||||
implicit-fall-through:
|
implicit-fall-through:
|
||||||
|
|||||||
Reference in New Issue
Block a user