Skip to content

Commit e817d78

Browse files
committed
Try disabling Swift prebuilts again
1 parent 45c4300 commit e817d78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/common.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
with:
106106
path: .build
107107
key: ${{needs.spm-package-resolved.outputs.cache_key}}
108+
- name: Disable SwiftPM prebuilts in Xcode
109+
run: |
110+
defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts -bool NO
111+
defaults read com.apple.dt.Xcode IDEPackageEnablePrebuilts
112+
- name: Clear SwiftPM caches
113+
run: rm -rf ~/.swiftpm/artifacts ~/.swiftpm/cache
108114
- name: Xcode
109115
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
110116
- name: Run setup command, if needed.

0 commit comments

Comments
 (0)