From 69f37c1d500d10b02639e0b802c372e1023efab2 Mon Sep 17 00:00:00 2001 From: juadde <29175532+juadde@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:36:58 +0200 Subject: [PATCH] Right tshark path --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6b68735..0e05def 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -938,7 +938,7 @@ jobs: - 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 + run: install_name_tool -add_rpath /opt/local/lib/lua/5.4/ /opt/homebrew/bin/tshark - name: Unzip plugin run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/ - name: Run ARINC429 test