From d62557fdbe9781f7921eba70ac9268f047f4ba08 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 23 Jan 2025 17:39:18 +0200 Subject: [PATCH] ci: Try new wireshark nightly PPA (#2382) * ci: Try new wireshark nightly PPA * tshark is not in the PPA * tshark --- .github/actions/quic-interop-runner/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/quic-interop-runner/action.yml b/.github/actions/quic-interop-runner/action.yml index 20f13a32e4..e647ca3c37 100644 --- a/.github/actions/quic-interop-runner/action.yml +++ b/.github/actions/quic-interop-runner/action.yml @@ -35,7 +35,7 @@ runs: - name: Install dependencies run: | - sudo add-apt-repository ppa:wireshark-dev/stable + sudo add-apt-repository ppa:wireshark-dev/nightly sudo apt-get update sudo apt-get install -y --no-install-recommends tshark shell: bash