Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com authored Jan 18, 2024
1 parent 168690f commit 5498dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
# brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed"
brew uninstall --ignore-dependencies python
echo "all pythons are removed"
brew reinstall python@3.10
echo "python3.10 is installed now"
brew reinstall python@3.11
echo "python3.11 is installed now"
#python3 -m pip install --upgrade setuptools pip
brew install create-dmg tree
echo "installed create-dmg tree "
Expand Down

0 comments on commit 5498dc1

Please sign in to comment.