Skip to content

Commit 54068c3

Browse files
authored
Bump cache version to v7-5.3 in main.yml
1 parent 46a7744 commit 54068c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/cache@v1
3232
with:
3333
path: ../build-cache
34-
key: ${{ runner.os }}-sccache-v6-5.3
34+
key: ${{ runner.os }}-sccache-v7-5.3
3535
- name: Build Linux installable archive
3636
run: |
3737
./utils/webassembly/ci.sh
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/cache@v1
6262
with:
6363
path: ../build-cache
64-
key: ${{ runner.os }}-sccache-v6-5.3
64+
key: ${{ runner.os }}-sccache-v7-5.3
6565
- name: Build macOS installable archive
6666
run: |
6767
sudo xcode-select --switch /Applications/Xcode_12_beta.app/Contents/Developer/

0 commit comments

Comments
 (0)