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 5575e0d commit 794a877
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
@@ -86,7 +86,7 @@ jobs:
with:
submodules: true
- name: Install Deps
run: sudo apt update && sudo apt install cmake libglib2.0 libgcrypt-dev libwireshark-dev make clang
run: sudo apt install cmake libglib2.0 libgcrypt-dev libwireshark-dev make clang --fix-missing
- name: Configure dissector (Debug)
if: "!startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'beta')"
run: cmake -S . -B build

0 comments on commit 794a877

Please sign in to comment.