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.
.github/workflows/common.yml
1 parent 53373e8 commit 88b411eCopy full SHA for 88b411e
.github/workflows/common.yml
@@ -105,12 +105,6 @@ jobs:
105
with:
106
path: .build
107
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
114
- name: Xcode
115
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
116
- name: Run setup command, if needed.
0 commit comments