mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +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: |
|
run: |
|
||||||
# completly uninstall python3 and python3.12
|
# completly uninstall python3 and python3.12
|
||||||
brew uninstall --ignore-dependencies python3 -f
|
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
|
python3 -m pip install --user mercurial
|
||||||
|
|
||||||
brew install python@3.11
|
brew install python@3.11
|
||||||
@@ -81,6 +81,7 @@ jobs:
|
|||||||
- name: Bootstrap
|
- name: Bootstrap
|
||||||
run: |
|
run: |
|
||||||
cd engine
|
cd engine
|
||||||
|
export PATH="$(python3 -m site --user-base)/bin":$PATH
|
||||||
./mach --no-interactive bootstrap --application-choice browser
|
./mach --no-interactive bootstrap --application-choice browser
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user