From 51abe297ca4e915242d46bd1b8eb9a62373754f7 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 14 Dec 2022 19:45:36 +0100 Subject: [PATCH] Update cura-installer.yml Add the Wix Toolset to the PATH --- .github/workflows/cura-installer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 9bc05f10e5..94a2dbf4e2 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -182,6 +182,7 @@ jobs: - name: Set Environment variables for Cura (Powershell) if: ${{ runner.os == 'Windows' }} run: | + $env:Path += ";C:\Program Files (x86)\WiX Toolset v3.11\bin" .\cura_inst\Scripts\activate_github_actions_env.ps1 .\cura_inst\Scripts\activate_github_actions_version_env.ps1