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 fe80b6e commit 5e2f22eCopy full SHA for 5e2f22e
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/cache@v1
21
with:
22
path: ../build-cache
23
- key: ${{ runner.os }}-sccache-v2
+ key: ${{ runner.os }}-sccache-v3
24
- name: Build Linux installable archive
25
run: ./utils/webassembly/ci.sh
26
- name: Upload Linux installable archive
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
- name: Build macOS installable archive
52
53
- name: Upload macOS installable archive
0 commit comments