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 ab24e70 commit 25529bfCopy full SHA for 25529bf
.github/workflows/main.yml
@@ -63,7 +63,9 @@ jobs:
63
path: ../build-cache
64
key: ${{ runner.os }}-sccache-v5-5.3
65
- name: Build macOS installable archive
66
- run: ./utils/webassembly/ci.sh
+ run: |
67
+ sudo xcode-select --switch /Applications/Xcode_12_beta.app/Contents/Developer/
68
+ ./utils/webassembly/ci.sh
69
- name: Upload macOS installable archive
70
uses: actions/upload-artifact@v1
71
with:
0 commit comments