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