Skip to content

Commit

Permalink
Right tshark path
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 24, 2024
1 parent 687811d commit 69f37c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ jobs:
- name: Which tshark
run: which tshark
- name: Configure rpath for tshark
run: install_name_tool -add_rpath /opt/local/lib/lua/5.4/ /usr/local/bin/tshark
run: install_name_tool -add_rpath /opt/local/lib/lua/5.4/ /opt/homebrew/bin/tshark
- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/
- name: Run ARINC429 test
Expand Down

0 comments on commit 69f37c1

Please sign in to comment.