Skip to content

Commit

Permalink
woa: Try to cache the vs installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 21, 2025
1 parent b37492b commit 4959790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-win-arm64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ runs:
C:\Users\runneradmin\.rustup
C:\Users\runneradmin\.cargo
C:\Program Files (x86)\Windows Kits
key: ${{ runner.os }}-arm64-tools-v2
C:\Program Files (x86)\Microsoft Visual Studio\
key: ${{ runner.os }}-arm64-tools-v3

- name: Install Visual Studio Build Tools (Preview)
if: steps.cache-tools.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 4959790

Please sign in to comment.