Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 21, 2024
1 parent 38d7fc2 commit 7af9b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -932,9 +932,9 @@ jobs:
# run: sudo find / -name bit.so || true

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

- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/
Expand Down

0 comments on commit 7af9b6b

Please sign in to comment.