mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-02 05:39:18 +00:00
chore: Update macOS alpha build workflow to install Python 3.11 and add watchman
This commit is contained in:
3
.github/workflows/macos-alpha-build.yml
vendored
3
.github/workflows/macos-alpha-build.yml
vendored
@@ -71,12 +71,13 @@ jobs:
|
||||
- name: Setup
|
||||
run: |
|
||||
# completly uninstall python3 and python3.12
|
||||
brew uninstall --ignore-dependencies python3 -f
|
||||
brew uninstall --ignore-dependencies python3.12 -f
|
||||
|
||||
export PATH="$(python3 -m site --user-base)/bin":$PATH
|
||||
python3 -m pip install --user mercurial
|
||||
|
||||
brew install python@3.11
|
||||
brew install watchman
|
||||
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user