mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed cmake-build-and-test-check
missing the liblzma library
This commit is contained in:
parent
196e76efe1
commit
80ff61de1d
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue