[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.
This commit is contained in:
Jonathan Hui
2026-02-18 09:04:08 -06:00
committed by GitHub
parent c29d3ccebc
commit 6501c88c07
+1
View File
@@ -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