Skip to content

Commit

Permalink
Test with local lib
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 24, 2024
1 parent 69f37c1 commit 3551638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,12 @@ jobs:
# 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: ls /usr/local/lib
- name: Which tshark
run: which tshark
- name: Configure rpath for tshark
run: install_name_tool -add_rpath /opt/local/lib/lua/5.4/ /opt/homebrew/bin/tshark
run: install_name_tool -add_rpath /opt/local/lib/ /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 3551638

Please sign in to comment.