Skip to content

Commit 0907c3b

Browse files
committed
chore: keep cache key different; larger drive size
1 parent 1ac3647 commit 0907c3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ matrix.os == 'windows-latest' }}
5050
uses: samypr100/setup-dev-drive@v3
5151
with:
52-
drive-size: 5GB
52+
drive-size: 10GB
5353
workspace-copy: true
5454
native-dev-drive: true
5555
env-mapping: |
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
toolchain: stable
6363
target: ${{ matrix.target }}
64-
cache-shared-key: ${{ matrix.os }}-${{ matrix.container }}
64+
cache-shared-key: build-${{ matrix.os }}-${{ matrix.container }}
6565
cache-workspaces: ${{ env.DEV_DRIVE_WORKSPACE }}
6666

6767
- name: Build binary

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ matrix.os == 'windows-latest' }}
5050
uses: samypr100/setup-dev-drive@v3
5151
with:
52-
drive-size: 5GB
52+
drive-size: 10GB
5353
workspace-copy: true
5454
native-dev-drive: true
5555
env-mapping: |
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
toolchain: stable
7272
target: ${{ matrix.target }}
73-
cache-shared-key: ${{ matrix.os }}-${{ matrix.container }}
73+
cache-shared-key: release-${{ matrix.os }}-${{ matrix.container }}
7474
cache-workspaces: ${{ env.DEV_DRIVE_WORKSPACE }}
7575

7676
- name: Build binary

0 commit comments

Comments
 (0)