Skip to content

Commit

Permalink
Search bit.so
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 21, 2024
1 parent 6890c3e commit dd907aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,8 +928,10 @@ jobs:
run: tshark --version
- name: Install lua-bitop (with macports)
run: sudo port install lua-luabitop
# - name: bit.so search
# run: sudo ln -s /opt/local/lib/lua/5.4/bit.so /Applications/Wireshark.app/bit.so
- name: bit.so search
run: sudo find /opt/ -name bit.so
- name: bit.so search
run: sudo ln -s /opt/local/lib/lua/5.4/bit.so /usr/lib/bit.so
- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/
- name: Run ARINC429 test
Expand Down

0 comments on commit dd907aa

Please sign in to comment.