From 794a877c5c61cee4b9883509fd746cec58713720 Mon Sep 17 00:00:00 2001 From: Nickid2018 Date: Mon, 1 Apr 2024 00:00:13 +0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5265275..c3dc771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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