From 6501c88c07704f9e31bf3ebb151712bc8266dc49 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 18 Feb 2026 09:04:08 -0600 Subject: [PATCH] [nexus] update tshark to 4.6.2 or later (#12482) This commit updates the Nexus workflow to install TShark version 4.6.2 or later by adding the 'wireshark-dev/stable' PPA. This is required to support modern Wireshark features in Nexus tests. --- .github/workflows/nexus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nexus.yml b/.github/workflows/nexus.yml index 5bb8c3b6e..910a5dbd8 100644 --- a/.github/workflows/nexus.yml +++ b/.github/workflows/nexus.yml @@ -59,6 +59,7 @@ jobs: - name: Bootstrap run: | + sudo add-apt-repository -y ppa:wireshark-dev/stable sudo apt-get update sudo DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -y ninja-build tshark python3 -m pip install -r tests/scripts/thread-cert/requirements.txt