]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed wrong cmake variable used in zlib dual link ci instance.
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 27 May 2020 16:04:19 +0000 (09:04 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 30 May 2020 19:22:09 +0000 (21:22 +0200)
.github/workflows/cmake.yml

index 2db3b953f96eb0b0269e6d12a1df690db9c23296..4888e6fbbe6124d172ba31d56224447f7cbc6a3e 100644 (file)
@@ -69,7 +69,7 @@ jobs:
           - name: Ubuntu GCC Link Zlib
             os: ubuntu-latest
             compiler: gcc
-            cmake-args: -DZLIB_LINK_SYSLIB=ON
+            cmake-args: -DZLIB_DUAL_LINK=ON
 
           - name: Ubuntu GCC No AVX2
             os: ubuntu-latest