Skip to content

Commit 88b411e

Browse files
committed
Revert .github/workflows/common.yml changes
1 parent 53373e8 commit 88b411e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ 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
114108
- name: Xcode
115109
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
116110
- name: Run setup command, if needed.

0 commit comments

Comments
 (0)