Skip to content

Commit

Permalink
ci: List the installed Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
onato committed Apr 23, 2024
1 parent 5aba8c8 commit 8e3fe9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Build and Test
run: |
# Set the Xcode version (optional, but recommended for consistency)
sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
# sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
ls /Applications/Xcode*
# Download the dependencies
xcodebuild -resolvePackageDependencies -project TypeReader.xcodeproj
Expand Down

0 comments on commit 8e3fe9e

Please sign in to comment.