Skip to content

Commit

Permalink
Don't install Wireshark
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 23, 2024
1 parent 94ac34c commit 04a15b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: ./.github/actions/setup-zui
- name: Install dependencies (Linux)
if: startsWith(matrix.os, 'ubuntu-')
run: sudo apt-get -y install whois wireshark
run: sudo apt-get -y install whois
- name: Install dependencies (Windows)
if: startsWith(matrix.os, 'windows-')
run: choco install -y --no-progress whois
Expand Down

0 comments on commit 04a15b4

Please sign in to comment.