From 28e774dfbaf436a96170163d65106e409018c9ab Mon Sep 17 00:00:00 2001 From: nickid2018 Date: Thu, 21 Nov 2024 18:40:01 +0800 Subject: [PATCH] update wireshark version to 4.4.2 --- .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 5086ca0..671b9b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: with: repository: wireshark/wireshark path: wireshark - ref: wireshark-4.4.0 + ref: wireshark-4.4.2 - 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