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.
main.yml
1 parent aa6f357 commit bbe8e43Copy full SHA for bbe8e43
.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-v8
+ key: ${{ runner.os }}-sccache-v9
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