Skip to content

Commit

Permalink
update wireshark -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Nov 18, 2023
1 parent 95078ce commit a5c818b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PLATFORM: x64
WIRESHARK_DIR: ${{ github.workspace }}/wireshark
WIRESHARK_LIB_DIR: C:/wireshark-win64-libs-4.0
WIRESHARK_LIB_DIR: C:/wireshark-win64-libs-4.2
WIRESHARK_BUILD_DIR: ${{ github.workspace }}/wireshark/build
WIRESHARK_LIB_FILE_DIR: ${{ github.workspace }}/wireshark/build/run/RelWithDebInfo
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
with:
repository: wireshark/wireshark
path: wireshark
ref: wireshark-4.0.11
ref: wireshark-4.2.0
- 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
Expand Down

0 comments on commit a5c818b

Please sign in to comment.