Skip to content

Commit 7494a0a

Browse files
authored
Bump cache versions in main.yml workflow
1 parent f79fd45 commit 7494a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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-v7
34+
key: ${{ runner.os }}-sccache-v8
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-v7
64+
key: ${{ runner.os }}-sccache-v8
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)