From 3c79c030bc361629bb5adaf4f7fd39bc72ae3ab7 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:01:17 -0500 Subject: [PATCH] Add MM_WIN_INSTALLERS for nightly builds (#2599) --- .github/workflows/nightly-browser-view.yml | 1 + .github/workflows/nightly-rainforest.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/nightly-browser-view.yml b/.github/workflows/nightly-browser-view.yml index 2c6ff5ca..b53a5e5a 100644 --- a/.github/workflows/nightly-browser-view.yml +++ b/.github/workflows/nightly-browser-view.yml @@ -11,6 +11,7 @@ defaults: env: TERM: xterm + MM_WIN_INSTALLERS: 1 jobs: build-linux: diff --git a/.github/workflows/nightly-rainforest.yml b/.github/workflows/nightly-rainforest.yml index bf5086ac..8b4b8f2e 100644 --- a/.github/workflows/nightly-rainforest.yml +++ b/.github/workflows/nightly-rainforest.yml @@ -13,6 +13,7 @@ env: TERM: xterm MM_DESKTOP_BUILD_DISABLEGPU: true MM_DESKTOP_BUILD_SKIPONBOARDINGSCREENS: true + MM_WIN_INSTALLERS: 1 jobs: build-msi-installer: