Skip to content

Commit

Permalink
Add unzip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 21, 2024
1 parent a699828 commit 8365738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
- name: Run TShark on ARINC429 traffic
run: >
docker run -v .:/test debian sh -c "
apt-get update &&
apt-get update unzip &&
apt-get install tshark lua-bitop &&
unzip /test/Wireshark_plugin.zip -d /usr &&
tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r /test/pcapng_files/arinc429_broadcast.pcapng | tee /test/a429_broadcast.output
Expand All @@ -327,7 +327,7 @@ jobs:
run: >
docker run -v .:/test debian sh -c "
apt-get update &&
apt-get install tshark &&
apt-get install tshark unzip &&
unzip /test/Wireshark_plugin.zip -d /usr &&
tshark -e DISCRETE.VALUE -E header=y -T fields -r pcapng_files/discrete.pcapng | tee discrete.output
"
Expand Down

0 comments on commit 8365738

Please sign in to comment.