diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 78d2d0d..5a175f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -893,7 +893,7 @@ jobs: - name: Change to build directory run: cd wireshark-* - name: Install dependencies - run: ./tools/macosx-setup.sh + run: ./tools/macos-setup.sh - name: Prepare compilation run: cmake ${WIRESHARK_CENTOS_BUILD_OPTS} -DENABLE_LUA=ON -DFETCH_lua=ON -DBUILD_wireshark=OFF -DBUILD_tshark=ON . - name: Compile