From 8bf9fe0a50f2cb33934381df5f8dbb3662442058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Thu, 9 May 2024 18:10:28 +0000 Subject: [PATCH] Fixed windows build --- .github/workflows/alpha.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index d7917485d..2fe294f11 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -232,10 +232,7 @@ jobs: pnpm gluon download - name: Import - shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}" - run: | - cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~ - pnpm import + run: pnpm import - name: Build shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"