From 9199145b3b0193fcf6a28021f7163f5e32f57a71 Mon Sep 17 00:00:00 2001 From: vaguue Date: Sat, 13 Jul 2024 23:43:21 +0300 Subject: [PATCH] testing ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 801d858..936a8c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: - name: Install libpcap on Windows if: matrix.os == 'windows-latest' run: | - choco install npcap + choco install wireshark - name: Submodule update run: git submodule update --init --recursive shell: bash