From 528136d07c4d0f252cad1829d3c98e00428f1116 Mon Sep 17 00:00:00 2001 From: Nickid2018 Date: Mon, 1 Apr 2024 00:01:28 +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 c3dc771..5806e0a 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 install cmake libglib2.0 libgcrypt-dev libwireshark-dev make clang --fix-missing + run: sudo apt install cmake libglib2.0 libgcrypt-dev libwireshark-dev make clang - name: Configure dissector (Debug) if: "!startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'beta')" run: cmake -S . -B build