mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Update cura-installer.yml
Add the Wix Toolset to the PATH
This commit is contained in:
parent
ed3dd5b3ef
commit
51abe297ca
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cura-installer.yml
vendored
1
.github/workflows/cura-installer.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue