We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1338211 commit 1909ef8Copy full SHA for 1909ef8
.github/workflows/main.yml
@@ -87,9 +87,9 @@ jobs:
87
- uses: actions/cache@v1
88
with:
89
path: ../build-cache
90
- key: ${{ runner.os }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
+ key: ${{ runner.os }}-sccache-v10-5.3-${{ steps.cache_timestamp.outputs.timestamp }}
91
restore-keys: |
92
- ${{ runner.os }}-sccache-v10-
+ ${{ runner.os }}-sccache-v10-5.3-
93
- name: Build Ubuntu 20.04 installable archive
94
run: |
95
./utils/webassembly/ci.sh
0 commit comments