]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed cmake-build-and-test-check
authorYann Collet <cyan@fb.com>
Wed, 15 Jan 2025 23:28:23 +0000 (15:28 -0800)
committerYann Collet <cyan@fb.com>
Wed, 15 Jan 2025 23:28:23 +0000 (15:28 -0800)
missing the liblzma library

.github/workflows/dev-short-tests.yml

index 7e58b40e6ca9b5d0f940dfd712ca6962b573806a..0dfd485291e581ffdad25b0ce2642ad777b6a976 100644 (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: