Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jan 23, 2024
1 parent e44db59 commit fc366e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/choco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Cache Tools
uses: actions/cache@v4
with:
path: $env:TEMP
path: /cache
key: ${{ runner.os }}-temp-cache
- name: Set Choco cache path
run: choco config set cacheLocation $env:TEMP
run: choco config set cacheLocation /cache
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit fc366e8

Please sign in to comment.