Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Mar 31, 2024
1 parent 0bd7f7e commit 9cfefb7
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 @@ -86,7 +86,7 @@ jobs:
with:
submodules: true
- name: Install Deps
run: sudo apt-get install cmake libglib2.0 libgcrypt-dev libwireshark-dev make clang --fix-missing
run: sudo apt-get install cmake libwireshark-dev make clang
- name: Configure dissector (Debug)
if: "!startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'beta')"
run: cmake -S . -B build
Expand Down

0 comments on commit 9cfefb7

Please sign in to comment.