diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb21809..d3e0bed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: run: | sudo apt-get -y install ccache cmake make gcc g++ flex libfl-dev bison libpcap-dev libssl-dev python3 python3-dev python3-setuptools swig zlib1g-dev zip libmaxminddb-dev sudo find /usr/lib \( -name libpcap.so\* -o -name libmaxminddb.so\* \) -delete - echo "extra_linux_config=-D ZLIB_USE_STATIC_LIBS=ON" >> $GITHUB_OUTPUT + echo "extra_config=-D ZLIB_USE_STATIC_LIBS=ON" >> $GITHUB_OUTPUT id: on_linux - name: Install dependencies (macOS)