Skip to content

Commit

Permalink
Test with lua54-bitop install
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 21, 2024
1 parent 9738a4a commit 17a7dbf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -934,14 +934,12 @@ jobs:
with:
name: Wireshark-plugin-macos
- uses: melusina-org/setup-macports@v1
- name: Where is Macport
run: ls -R /opt/local
- name: Show MacPorts
run: port version
- name: Install wireshark
run: sudo port install wireshark4
- name: Install wireshark (with brew)
run: brew install --cask wireshark
- name: Tshark version
run: tshark --version
- name: Install lua-bitop (with macports)
run: sudo port lua54-bitop
- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/
- name: Run ARINC429 test
Expand Down

0 comments on commit 17a7dbf

Please sign in to comment.