From 95078ceb30224487fbf3ac72158fef680ea31409 Mon Sep 17 00:00:00 2001 From: Nickid2018 Date: Sun, 19 Nov 2023 00:46:14 +0800 Subject: [PATCH] update wireshark -> 4.0.11 --- .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 2a0f8dc..7ebfdc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: repository: wireshark/wireshark path: wireshark - ref: wireshark-4.0.6 + ref: wireshark-4.0.11 - name: Choco install Wireshark Deps run: choco install -y --no-progress cmake winflexbison3 strawberryperl asciidoctorj xsltproc docbook-bundle ninja make mingw - name: Add msbuild to PATH