Skip to content

Commit

Permalink
check xcode path
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Jan 16, 2025
1 parent b224ebb commit e7b0d71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smeemDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: xcode path
run: xcode-select -p
- name: Set Xcode version
run: sudo xcode-select -switch /Applications/Xcode_16.app/Contents/Developer
run: sudo xcode-select -switch /Applications/Xcode_16.app
- name: Resolve Dependencies
run: xcodebuild -resolvePackageDependencies
working-directory: ./Smeem-iOS
Expand Down

0 comments on commit e7b0d71

Please sign in to comment.