From 5a7bd1e868077add41176213107494bc7df9ff45 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 14:12:26 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 692c6ec63..a660d8a9c 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -17,6 +17,7 @@ jobs: steps: + - name: Clone uses: actions/checkout@v4 with: @@ -28,6 +29,7 @@ jobs: rm .mozconfig python --version + $env:MOZCONFIG=$HOME/.mozconfig ./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