Skip to content

Commit

Permalink
Install lua-bitop
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 21, 2024
1 parent b9b4f25 commit 06f06ef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -922,14 +922,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Wireshark-plugin-macos
# - name: Download LuaBitOp sources
# uses: actions/download-artifact@v4
# with:
# name: LuaBitOp-Sources
# - name: unzip bitop
# run: unzip bitop.zip
# - name: Install bitop
# run: cd LuaBitOp-* && sudo make macosx install
- name: Download LuaBitOp sources
uses: actions/download-artifact@v4
with:
name: LuaBitOp-Sources
- name: unzip bitop
run: unzip bitop.zip
- name: Install bitop
run: cd LuaBitOp-* && sudo make macosx install
- name: Intall wireshark
run: brew install --cask wireshark
- name: Unzip plugin
Expand Down

0 comments on commit 06f06ef

Please sign in to comment.