File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
if : ${{ matrix.os == 'windows-latest' }}
50
50
uses : samypr100/setup-dev-drive@v3
51
51
with :
52
- drive-size : 5GB
52
+ drive-size : 10GB
53
53
workspace-copy : true
54
54
native-dev-drive : true
55
55
env-mapping : |
61
61
with :
62
62
toolchain : stable
63
63
target : ${{ matrix.target }}
64
- cache-shared-key : ${{ matrix.os }}-${{ matrix.container }}
64
+ cache-shared-key : build- ${{ matrix.os }}-${{ matrix.container }}
65
65
cache-workspaces : ${{ env.DEV_DRIVE_WORKSPACE }}
66
66
67
67
- name : Build binary
Original file line number Diff line number Diff line change 49
49
if : ${{ matrix.os == 'windows-latest' }}
50
50
uses : samypr100/setup-dev-drive@v3
51
51
with :
52
- drive-size : 5GB
52
+ drive-size : 10GB
53
53
workspace-copy : true
54
54
native-dev-drive : true
55
55
env-mapping : |
70
70
with :
71
71
toolchain : stable
72
72
target : ${{ matrix.target }}
73
- cache-shared-key : ${{ matrix.os }}-${{ matrix.container }}
73
+ cache-shared-key : release- ${{ matrix.os }}-${{ matrix.container }}
74
74
cache-workspaces : ${{ env.DEV_DRIVE_WORKSPACE }}
75
75
76
76
- name : Build binary
You can’t perform that action at this time.
0 commit comments