From 1016a9d4cf1e50aa3569ce71b78c657407dd67cd Mon Sep 17 00:00:00 2001 From: juadde <29175532+juadde@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:46:09 +0200 Subject: [PATCH] Suppress DYLD 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 d452231..75fc387 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -936,7 +936,7 @@ jobs: run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/ # Run test - name: Run ARINC429 test - run: DYLD_LIBRARY_PATH=/opt/local/lib:$DYLD_LIBRARY_PATH tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r pcapng_files/arinc429_broadcast.pcapng | tee a429_broadcast.output + run: tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r pcapng_files/arinc429_broadcast.pcapng | tee a429_broadcast.output # Run diff - name: Run diff run: diff a429_broadcast.output test/a429_broadcast.output