chore: Update macOS alpha build workflow to uninstall python3 and python3.12 with --ignore-dependencies flag

This commit is contained in:
Mauro Balades
2024-08-20 01:26:59 +02:00
parent c92931e005
commit b2b3fb0b07

View File

@@ -78,7 +78,7 @@ jobs:
run: |
cd engine
# completly uninstall python3 and python3.12
brew uninstall python3 python3.12 -f
brew uninstall --ignore-dependencies python3 python3.12 -f
./mach --no-interactive bootstrap --application-choice browser
cd ..