File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments