mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-22 15:25:35 +00:00
chore: Update macOS alpha build workflow to install Python 3.12 and bootstrap the engine
This commit is contained in:
15
.github/workflows/macos-alpha-build.yml
vendored
15
.github/workflows/macos-alpha-build.yml
vendored
@@ -74,11 +74,22 @@ jobs:
|
||||
run: |
|
||||
pnpm surfer import
|
||||
|
||||
- name: Setup
|
||||
run: |
|
||||
sudo xcode-select --switch /Applications/Xcode.app
|
||||
sudo xcodebuild -license
|
||||
|
||||
echo 'export PATH="'"$(python3 -m site --user-base)"'/bin:$PATH"' >> ~/.zshenv
|
||||
python3 -m pip install --user mercurial
|
||||
|
||||
# completly uninstall python3 and python3.12
|
||||
brew uninstall --ignore-dependencies python3 python3.12 -f
|
||||
|
||||
brew install python@3.12
|
||||
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
cd engine
|
||||
# completly uninstall python3 and python3.12
|
||||
brew uninstall --ignore-dependencies python3 python3.12 -f
|
||||
./mach --no-interactive bootstrap --application-choice browser
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user