Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
noeltimothy committed Sep 18, 2024
1 parent ff2b461 commit 3dc87b2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Create cache directory
rum: mkdir "C:\choco"

- name: Set Chocolatey cache location
run: choco config set cacheLocation "C:\choco-cache"
run: choco config set cacheLocation "C:\choco"

- name: cache
uses: actions/cache@v4
with:
path: C:\choco
key: C:\choco

- name: install xsltproc
run: choco install -y git --force --install-arguments="'/DIR=C:\choco\xsltproc'"
run: choco install -y xsltproc --force --install-arguments="'/DIR=C:\choco\xsltproc'"

- name: checkout wireshark
run: cd wireshark/build-scripts/ && C:\choco-cache\git\bin\git.exe clone -o upstream --branch wireshark-4.4.0 https://gitlab.com/wireshark/wireshark.git --depth=500
Expand Down

0 comments on commit 3dc87b2

Please sign in to comment.