Skip to content

Commit

Permalink
Test which tshark
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 24, 2024
1 parent b42fff7 commit 687811d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -931,11 +931,14 @@ jobs:
# - name: bit.so search
# run: sudo find / -name bit.so || true

- name: List app
run: ls -h /Applications/Wireshark.app
- name: bit.so search
run: sudo ln -s /opt/local/lib/lua/5.4/bit.so /Applications/Wireshark.app/bit.so

# - name: List app
# run: ls -h /Applications/Wireshark.app
# - name: bit.so linkage
# run: sudo ln -s /opt/local/lib/lua/5.4/bit.so /Applications/Wireshark.app/bit.so
- 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
- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/
- name: Run ARINC429 test
Expand Down

0 comments on commit 687811d

Please sign in to comment.