Change-Id: I8103de1b40019b43e0937ed92fea46e25a259607
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
tomhjp/win-go-brrr
Tom Proctor 1 month ago
parent 04d261ca6d
commit 9eef35b3dd
No known key found for this signature in database

@ -33,6 +33,12 @@ jobs:
drive-path: C:\\dev_disk.vhdx
mount-if-exists: true
- name: Check restored cache
shell: pwsh
run: |
Get-ChildItem -Recurse ${{ env.DEV_DRIVE }}/gocache
Get-ChildItem -Recurse ${{ env.DEV_DRIVE }}/gomodcache
- name: Install Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:

Loading…
Cancel
Save