Skip to content

Commit 1909ef8

Browse files
committed
Fix Ubuntu 20.04 cache keys
1 parent 1338211 commit 1909ef8

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
@@ -87,9 +87,9 @@ jobs:
8787
- uses: actions/cache@v1
8888
with:
8989
path: ../build-cache
90-
key: ${{ runner.os }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
90+
key: ${{ runner.os }}-sccache-v10-5.3-${{ steps.cache_timestamp.outputs.timestamp }}
9191
restore-keys: |
92-
${{ runner.os }}-sccache-v10-
92+
${{ runner.os }}-sccache-v10-5.3-
9393
- name: Build Ubuntu 20.04 installable archive
9494
run: |
9595
./utils/webassembly/ci.sh

0 commit comments

Comments
 (0)