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 f79fd45 commit 7494a0aCopy full SHA for 7494a0a
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/cache@v1
32
with:
33
path: ../build-cache
34
- key: ${{ runner.os }}-sccache-v7
+ key: ${{ runner.os }}-sccache-v8
35
- name: Build Linux installable archive
36
run: |
37
./utils/webassembly/ci.sh
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
- name: Build macOS installable archive
66
67
sudo xcode-select --switch /Applications/Xcode_12_beta.app/Contents/Developer/
0 commit comments