From 9cfefb72411716884301a0143cb97c202ffe1ffb Mon Sep 17 00:00:00 2001 From: Nickid2018 Date: Mon, 1 Apr 2024 00:20:35 +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 8cdfd91..14f4d54 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-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