Update build.yml

This commit is contained in:
Hiddify
2024-01-18 11:51:29 +01:00
committed by GitHub
parent 168690f3d8
commit 5498dc1f14

View File

@@ -74,8 +74,8 @@ jobs:
# brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed" # brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed"
brew uninstall --ignore-dependencies python brew uninstall --ignore-dependencies python
echo "all pythons are removed" echo "all pythons are removed"
brew reinstall python@3.10 brew reinstall python@3.11
echo "python3.10 is installed now" echo "python3.11 is installed now"
#python3 -m pip install --upgrade setuptools pip #python3 -m pip install --upgrade setuptools pip
brew install create-dmg tree brew install create-dmg tree
echo "installed create-dmg tree " echo "installed create-dmg tree "