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