Skip to content

Commit

Permalink
Test with inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 21, 2024
1 parent 5f18065 commit c7dd29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ jobs:
# - name: bit.so search
# run: sudo find / -name bit.so || true
- name: bit.so search
run: sudo ln -s /opt/local/lib/lua/5.4/bit.so /Application/Wireshark.app/bit.so
run: sudo ln -s /Application/Wireshark.app/bit.so /opt/local/lib/lua/5.4/bit.so
- name: bit.so search
run: ls -R /Application/Wireshark.app/
- name: Unzip plugin
Expand Down

0 comments on commit c7dd29d

Please sign in to comment.