Skip to content

Commit 37dcaf7

Browse files
committed
fix(ci): fix failure caused by swift-syntax prebuilts
1 parent fc648d1 commit 37dcaf7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/StoryblokClient.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
xcode-version: latest-stable
7171
- name: List simulators
7272
run: xcrun simctl list
73+
- name: Disable swift-syntax prebuilts
74+
run: defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts -bool NO
7375
- name: Build
7476
run: ${{ matrix.build }}
7577
- name: Run tests on ${{ matrix.platform }}

0 commit comments

Comments
 (0)