mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update macOS alpha build workflow to uninstall python3 and python3.12 with --ignore-dependencies flag
This commit is contained in:
2
.github/workflows/macos-alpha-build.yml
vendored
2
.github/workflows/macos-alpha-build.yml
vendored
@@ -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 ..
|
||||
|
||||
|
Reference in New Issue
Block a user