Skip to content

Commit

Permalink
Install Wireshark
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 19, 2024
1 parent 13aedfb commit 3461f9d
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 @@ -46,7 +46,7 @@ jobs:
- uses: ./.github/actions/setup-zui
- name: Install dependencies (Linux)
if: startsWith(matrix.os, 'ubuntu-')
run: sudo apt-get -y install whois
run: sudo apt-get -y install whois wireshark
- name: Install dependencies (Windows)
if: startsWith(matrix.os, 'windows-')
run: choco install -y --no-progress whois
Expand Down

0 comments on commit 3461f9d

Please sign in to comment.