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 d8b2e19 commit b1e514fCopy full SHA for b1e514f
.github/workflows/test.yml
@@ -42,5 +42,8 @@ jobs:
42
- name: Checkout maplibre-swiftui-dsl-playground
43
uses: actions/checkout@v4
44
45
+ - name: Disable SPM Prebuilts
46
+ run: defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts NO
47
+
48
- name: Test ${{ matrix.scheme }} on ${{ matrix.destination }}
49
run: xcodebuild -scheme ${{ matrix.scheme }} test -skipMacroValidation -destination '${{ matrix.destination }}' | xcbeautify && exit ${PIPESTATUS[0]}
0 commit comments