Skip to content

Commit

Permalink
Without lua -v (not --version)
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 22, 2024
1 parent e98e80a commit 8b57285
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -911,14 +911,12 @@ jobs:
run: tar -xvf lua.tar.gz
- name: Install dependencies
run: cd lua-* && sudo make "MYCFLAGS=-fPIC" macosx install
- name: Test lua
run: lua --version
- name: unzip bitop
run: unzip bitop.zip
- name: Install bitop
run: cd LuaBitOp-* && sudo make macosx install
- name: Prepare compilation
run: cd wireshark-* && cmake ${WIRESHARK_BUILD_OPTS} -DENABLE_LUA=ON -DFETCH_lua=ON -DBUILD_wireshark=OFF -DBUILD_tshark=ON .
run: cd wireshark-* && cmake ${WIRESHARK_BUILD_OPTS} -DENABLE_LUA=ON -DFETCH_lua=OFF -DBUILD_wireshark=OFF -DBUILD_tshark=ON .
- name: Compile and install
run: cd wireshark-* && sudo make tshark install
- name: Configure rpath for tshark
Expand Down

0 comments on commit 8b57285

Please sign in to comment.