From 5787cb953bff9e03e4c33e51fa4b771d70641cde Mon Sep 17 00:00:00 2001 From: juadde Date: Wed, 22 May 2024 13:24:05 +0200 Subject: [PATCH] Correct Wireshark 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 73afdfe..8304f49 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -891,7 +891,7 @@ jobs: - name: Run tests run: tar -xvf wireshark.tar.xz - name: Change to build directory - run: cd Wireshark-* + run: cd wireshark-* - name: Install dependencies run: ./macosx-setup.sh - name: Prepare compilation