There was an error while loading. Please reload this page.
1 parent 9ab80e0 commit 98563d1Copy full SHA for 98563d1
1 file changed
.github/workflows/StoryblokClient.yml
@@ -70,6 +70,8 @@ jobs:
70
xcode-version: latest-stable
71
- name: List simulators
72
run: xcrun simctl list
73
+ - name: Disable swift-syntax prebuilts
74
+ run: defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts -bool NO
75
- name: Build
76
run: ${{ matrix.build }}
77
- name: Run tests on ${{ matrix.platform }}
0 commit comments