From 6f47ee3ffa33f1e357fab86efdcb3f1ef80165e1 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Tue, 23 Jul 2024 20:35:06 +0200 Subject: [PATCH] chore: Update Windows profile build workflow to use x86_64-pc-windows-msvc target --- .github/workflows/src/windows_mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/src/windows_mozconfig b/.github/workflows/src/windows_mozconfig index 4ff1662f4..9199127f7 100644 --- a/.github/workflows/src/windows_mozconfig +++ b/.github/workflows/src/windows_mozconfig @@ -7,7 +7,7 @@ export WINEDEBUG=-all #? https://bugzilla.mozilla.org/show_bug.cgi?id=1617793 #? https://phabricator.services.mozilla.com/D170170 -ac_add_options --target=x86_64-pc-mingw32 +ac_add_options --target=x86_64-pc-windows-msvc export MOZ_STUB_INSTALLER=1 export MOZ_PKG_FORMAT=TAR