From 687811d7cbbeab964acb9b10324e79c90f421bdf Mon Sep 17 00:00:00 2001 From: juadde <29175532+juadde@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:35:47 +0200 Subject: [PATCH] Test which tshark --- .github/workflows/CI.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 316cc2e..6b68735 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -931,11 +931,14 @@ jobs: # - name: bit.so search # run: sudo find / -name bit.so || true - - name: List app - run: ls -h /Applications/Wireshark.app - - name: bit.so search - run: sudo ln -s /opt/local/lib/lua/5.4/bit.so /Applications/Wireshark.app/bit.so - + # - name: List app + # 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: which tshark + - name: Configure rpath for tshark + run: install_name_tool -add_rpath /opt/local/lib/lua/5.4/ /usr/local/bin/tshark - name: Unzip plugin run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/ - name: Run ARINC429 test