large, D:

Change-Id: I1f6a2d9636e3098682b404b9dd6b0b43113b6799
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
tomhjp/win-go-brrr
Tom Proctor 2 weeks ago
parent 41f4845974
commit 96b75e694a
No known key found for this signature in database

@ -5,7 +5,7 @@ on:
jobs:
windows:
runs-on: windows-latest
runs-on: ci-windows-github-1
name: Windows (${{ matrix.name || matrix.shard}})
strategy:
fail-fast: false # don't abort the entire matrix if one element fails
@ -25,12 +25,12 @@ jobs:
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
key: ${{ matrix.key }}-dev-drive-${{ hashFiles('src/go.mod', 'src/go.sum') }}
path: C:\\dev_disk.vhdx
path: D:\\dev_disk.vhdx
- uses: samypr100/setup-dev-drive@30f0f98ae5636b2b6501e181dfb3631b9974818d # v4.0.0
with:
drive-size: 10GB # 300GB available: https://docs.github.com/en/enterprise-cloud@latest/actions/reference/runners/larger-runners#machine-sizes-for-larger-runners
workspace-copy: true
drive-path: C:\\dev_disk.vhdx
drive-path: D:\\dev_disk.vhdx
mount-if-exists: true
- name: Check restored cache

Loading…
Cancel
Save