Update build.yml

This commit is contained in:
Hiddify
2024-01-18 11:55:34 +01:00
committed by GitHub
parent 5498dc1f14
commit 95df6cc8aa

View File

@@ -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 "