Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Oct 19, 2023
1 parent 413bfb4 commit 2aa5199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
paths-ignore:
- '.github/**'
- '.github/ISSUE_TEMPLATE/**'
pull_request:
branches:
- master
Expand Down Expand Up @@ -32,6 +32,8 @@ jobs:
ref: wireshark-4.0.6
- name: Choco install Wireshark Deps
run: choco install -y --no-progress cmake winflexbison3 strawberryperl asciidoctorj xsltproc docbook-bundle ninja make mingw
- name: pip install
run: pip install asn2wrs
- name: Add msbuild to PATH
uses: microsoft/[email protected]
with:
Expand Down

0 comments on commit 2aa5199

Please sign in to comment.