From 5575e0ded0988233ce53b1058dc6ea49a167f620 Mon Sep 17 00:00:00 2001
From: Nickid2018 <nickid2018@outlook.com>
Date: Sun, 31 Mar 2024 23:58:23 +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 3a67217..5265275 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
+        run: sudo apt update && 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