mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 01:10:04 +02:00
fixed cmake-build-and-test-check
missing the liblzma library
This commit is contained in:
parent
196e76efe1
commit
80ff61de1d
1
.github/workflows/dev-short-tests.yml
vendored
1
.github/workflows/dev-short-tests.yml
vendored
@ -89,6 +89,7 @@ jobs:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
|
||||
- name: cmake build and test
|
||||
run: |
|
||||
sudo apt install liblzma-dev
|
||||
FUZZERTEST=-T1mn ZSTREAM_TESTTIME=-T1mn make cmakebuild V=1
|
||||
|
||||
cpp-gnu90-c99-compatibility:
|
||||
|
Loading…
x
Reference in New Issue
Block a user