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 3dc87b2 commit a211543
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,15 @@ 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"

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

- name: Set Chocolatey cache location
run: choco config set cacheLocation "C:\choco"
- name: install xsltproc
run: choco install -y xsltproc --force --install-arguments="'/DIR=C:\choco\xsltproc'"

Expand Down

0 comments on commit a211543

Please sign in to comment.