Skip to content

Commit b1e514f

Browse files
committed
Disable SPM Prebuilts in CI workflow
1 parent d8b2e19 commit b1e514f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ jobs:
4242
- name: Checkout maplibre-swiftui-dsl-playground
4343
uses: actions/checkout@v4
4444

45+
- name: Disable SPM Prebuilts
46+
run: defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts NO
47+
4548
- name: Test ${{ matrix.scheme }} on ${{ matrix.destination }}
4649
run: xcodebuild -scheme ${{ matrix.scheme }} test -skipMacroValidation -destination '${{ matrix.destination }}' | xcbeautify && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)