Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 27, 2023
1 parent af27c85 commit 23365be
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 @@ -53,7 +53,7 @@ jobs:

- name: Install dependencies (Linux)
if: startsWith(matrix.platform, 'ubuntu-')
run: apt install cmake make gcc g++ flex libfl-dev bison libpcap-dev libssl-dev python3 python3-dev swig zlib1g-dev
run: sudo apt-get -y install cmake make gcc g++ flex libfl-dev bison libpcap-dev libssl-dev python3 python3-dev swig zlib1g-dev

- name: Install dependencies (macOS)
if: startsWith(matrix.platform, 'macos-')
Expand Down

0 comments on commit 23365be

Please sign in to comment.