Skip to content

Commit

Permalink
Change python alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Wong committed Nov 25, 2023
1 parent 5a550bc commit 6162fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-xcframework-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
/usr/bin/xcodebuild -version
brew uninstall --ignore-dependencies [email protected]
brew install [email protected]
brew install python3
alias python3=/opt/homebrew/bin/python3
alias python=/opt/homebrew/bin/python3
#brew install python3
alias python3=/usr/local/bin/python3.10
alias python=/usr/local/bin/python3.10
python3 --version
python --version
Expand Down

0 comments on commit 6162fea

Please sign in to comment.