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 remove unnecessary Python 3.12 commands and files
This commit is contained in:
5
.github/workflows/macos-alpha-build.yml
vendored
5
.github/workflows/macos-alpha-build.yml
vendored
@@ -72,8 +72,8 @@ jobs:
|
||||
run: |
|
||||
# completly uninstall python3 and python3.12
|
||||
brew uninstall --ignore-dependencies python3 -f
|
||||
|
||||
echo 'export PATH="'"$(python3 -m site --user-base)"'/bin:$PATH"' >> ~/.zshenv
|
||||
|
||||
export PATH="$(python3 -m site --user-base)/bin":$PATH
|
||||
python3 -m pip install --user mercurial
|
||||
|
||||
brew install python@3.11
|
||||
@@ -81,6 +81,7 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
cd engine
|
||||
export PATH="$(python3 -m site --user-base)/bin":$PATH
|
||||
./mach --no-interactive bootstrap --application-choice browser
|
||||
cd ..
|
||||
|
||||
|
Reference in New Issue
Block a user