Skip to content

Commit 5e2f22e

Browse files
Bump cache version
1 parent fe80b6e commit 5e2f22e

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
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/cache@v1
2121
with:
2222
path: ../build-cache
23-
key: ${{ runner.os }}-sccache-v2
23+
key: ${{ runner.os }}-sccache-v3
2424
- name: Build Linux installable archive
2525
run: ./utils/webassembly/ci.sh
2626
- name: Upload Linux installable archive
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/cache@v1
4848
with:
4949
path: ../build-cache
50-
key: ${{ runner.os }}-sccache-v2
50+
key: ${{ runner.os }}-sccache-v3
5151
- name: Build macOS installable archive
5252
run: ./utils/webassembly/ci.sh
5353
- name: Upload macOS installable archive

0 commit comments

Comments
 (0)