1
0
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:
Yann Collet 2025-01-15 15:28:23 -08:00
parent 196e76efe1
commit 80ff61de1d

View File

@ -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: