From ffcf71f25d65b32be2af643c137be4dd7b8b2c6d Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 17:04:35 +0200 Subject: [PATCH] Update Windows profile build workflow to download and unpack artifact, setup MozillaBuild, and clone Waterfox repository --- .github/workflows/windows-profile-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index fd4a91ead..31794f58a 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -17,7 +17,6 @@ jobs: steps: - - name: Clone uses: actions/checkout@v4 with: @@ -29,7 +28,7 @@ jobs: rm .mozconfig python --version - $env:MOZILLABUILD=$HOME + '/.mozbuild' + $env:MOZILLABUILD=$HOME + '\.mozbuild' ./mach bootstrap --application-choice browser $env:LLVM_PROFDATA = $HOME + '/.mozbuild/clang/bin/llvm-profdata.exe'; $env:JARLOG_FILE = 'en-US.log'; python mach python build/pgo/profileserver.py --binary c:/artifact/zen/zen.exe