chore: Update macOS alpha build workflow to remove unnecessary Python 3.12 commands and files

This commit is contained in:
Mauro Balades
2024-08-20 10:22:34 +02:00
parent 4549ac3671
commit 47f91322f6

View File

@@ -68,12 +68,6 @@ jobs:
- name: Download firefox source and dependancies
run: pnpm surfer download
- name: Import
env:
SURFER_COMPAT: ${{ matrix.arch == 'x64' }}
run: |
pnpm surfer import
- name: Setup
run: |
echo 'export PATH="'"$(python3 -m site --user-base)"'/bin:$PATH"' >> ~/.zshenv
@@ -101,6 +95,12 @@ jobs:
./mach --no-interactive bootstrap --application-choice browser
cd ..
- name: Import
env:
SURFER_COMPAT: ${{ matrix.arch == 'x64' }}
run: |
pnpm surfer import
- name: build Zen
env:
SURFER_COMPAT: ${{ matrix.arch == 'x64' }}