We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f83385 commit e0ac6dcCopy full SHA for e0ac6dc
1 file changed
.github/workflows/tests-xv4.yaml
@@ -75,7 +75,7 @@ jobs:
75
sudo apt-get update
76
sudo apt-get install -y libusb-1.0-0-dev # required to build rkflashtool
77
sudo apt-get install -y binutils-arm-none-eabi # required to test bin2elf
78
- sudo apt-get install -y wireshark # required to use LUA dissectors
+ sudo apt-get install -y tshark # required to use LUA dissectors
79
python -m pip install --upgrade pip
80
pip install pyserial # required to test comm_* tools
81
pip install lz4 # required to extract compressed files within the FW modules
0 commit comments