We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main.yml
1 parent 46a7744 commit 54068c3Copy full SHA for 54068c3
.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-v6-5.3
+ key: ${{ runner.os }}-sccache-v7-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