Skip to content

Commit

Permalink
Correct script path
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 22, 2024
1 parent 4d84d0c commit 8325009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8325009

Please sign in to comment.