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 652b5f5 commit 1b260a1Copy full SHA for 1b260a1
.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-v5-5.3
+ key: ${{ runner.os }}-sccache-v6-5.3
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