Skip to content

Commit

Permalink
Use find
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 6, 2024
1 parent d47c98b commit 143dced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: startsWith(matrix.platform, 'ubuntu-')
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 rm /usr/lib/x86_64-linux-gnu/libpcap*.so* /usr/lib/x86_64-linux-gnu/libmaxmind*.so*
sudo find /usr/lib \( -name libpcap.so\* -o -name libmaxminddb.so\* \) -delete
echo "extra_linux_config=-D ZLIB_USE_STATIC_LIBS=ON" >> $GITHUB_OUTPUT
id: linux

Expand Down

0 comments on commit 143dced

Please sign in to comment.