Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v5

- name: Remove Derived Data
run: rm -rf ~/Library/Developer/Xcode/DerivedData

- name: Select Xcode version
uses: mxcl/xcodebuild@v3
with:
swift: ~${{ matrix.swift }}
action: none
verbosity: xcbeautify

- run: defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts -bool NO

- if: matrix.platform != 'mac-catalyst' && matrix.platform != 'macOS'
name: Download Required Runtime
run: xcodebuild -downloadPlatform ${{ matrix.platform }}
Expand Down
Loading