Skip to content

Commit

Permalink
Remove id too
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 7, 2024
1 parent 72a68f9 commit c840a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
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
# Removing shared objects to force static linking.
sudo find /usr/lib \( -name libpcap.so\* -o -name libmaxminddb.so\* \) -delete
id: on_linux
- name: Install dependencies (macOS)
if: startsWith(matrix.platform, 'macos-')
Expand Down

0 comments on commit c840a56

Please sign in to comment.