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 ef4fe4a commit 201bf5bCopy full SHA for 201bf5b
.github/workflows/main.yml
@@ -186,7 +186,9 @@ jobs:
186
repository: swiftwasm/integration-tests
187
path: integration-tests
188
- name: Run integration tests
189
- run: swift run # Use TOOLCHAIN env value
+ run: |
190
+ sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
191
+ swift run # Use TOOLCHAIN env value
192
working-directory: ${{ github.workspace }}/integration-tests
193
194
ubuntu1804_smoke_test:
0 commit comments