Skip to content

Commit

Permalink
Ensure that the switch command is run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Apr 28, 2024
1 parent 08dca5a commit d188a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Set xcode to 14.1
run: |
xcode-select --switch /Applications/Xcode_14.1.app
sudo xcode-select --switch /Applications/Xcode_14.1.app
echo "After setting xcode version "`xcode-select --print-path`
Expand Down

0 comments on commit d188a78

Please sign in to comment.