From 47f91322f69e2af9c9e32ebc347e8e4fa428eb44 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Tue, 20 Aug 2024 10:22:34 +0200 Subject: [PATCH] chore: Update macOS alpha build workflow to remove unnecessary Python 3.12 commands and files --- .github/workflows/macos-alpha-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index bd87357f3..2bb765fcc 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -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' }}