From: Nathan Moinvaziri Date: Wed, 27 May 2020 16:04:19 +0000 (-0700) Subject: Fixed wrong cmake variable used in zlib dual link ci instance. X-Git-Tag: 1.9.9-b1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790046413182af4caea6d9eae543f97bd1a486c8;p=thirdparty%2Fzlib-ng.git Fixed wrong cmake variable used in zlib dual link ci instance. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2db3b953f..4888e6fbb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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