From dd7233c81e8884c567e6bb5ce4fbdaebcd6015b2 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:29:11 +0100 Subject: [PATCH] Update macos-universal-release-build.yml Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- .github/workflows/macos-universal-release-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos-universal-release-build.yml b/.github/workflows/macos-universal-release-build.yml index e9c4172a8..08e1e629b 100644 --- a/.github/workflows/macos-universal-release-build.yml +++ b/.github/workflows/macos-universal-release-build.yml @@ -101,7 +101,10 @@ jobs: - name: Populate mozconfig env: SURFER_MOZCONFIG_ONLY: true - run: pnpm build + run: | + pnpm build + cd engine + ./mach configure - name: Download x86_64 DMG from artifacts uses: actions/download-artifact@v4