mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-03-29 07:39:51 +00:00
Pin wix versions in msi release flow
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -96,10 +96,10 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v4.0.0
|
uses: actions/setup-dotnet@v4.0.0
|
||||||
|
|
||||||
- name: Install WiX Toolset
|
- name: Install WiX Toolset
|
||||||
run: dotnet tool install --global wix
|
run: dotnet tool install --global wix --version 6.0.2
|
||||||
|
|
||||||
- name: Add WixToolset.UI.wixext extension
|
- name: Add WixToolset.UI.wixext extension
|
||||||
run: wix extension add WixToolset.UI.wixext
|
run: wix extension add WixToolset.UI.wixext/6.0.2
|
||||||
|
|
||||||
- name: Download Wintun zip file
|
- name: Download Wintun zip file
|
||||||
run: curl -o wintun.zip https://www.wintun.net/builds/wintun-0.14.1.zip
|
run: curl -o wintun.zip https://www.wintun.net/builds/wintun-0.14.1.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user