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 5498dc1 commit 95df6cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
run: |
# xcode-select --install || softwareupdate --all --install --force
# 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.11
echo "python3.11 is installed now"
# brew uninstall --ignore-dependencies python
# echo "all pythons are removed"
# brew reinstall python@3.12
# 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 95df6cc

Please sign in to comment.