Skip to content

Commit

Permalink
Make WiX version explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
J5lx committed Feb 26, 2024
1 parent 7c050a4 commit 7405c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install-dependencies/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ setup_windows() {
curl -fsSLO https://okapiframework.org/binaries/main/1.45.0/okapi-apps_win32-x86_64_1.45.0.zip
mkdir okapi
"${WINDIR}\\System32\\tar" xfC okapi-apps_win32-x86_64_1.45.0.zip okapi
dotnet tool install -g wix
wix extension add -g WixToolset.Util.wixext WixToolset.Bal.wixext
nuget install -x -OutputDirectory util/installer WixToolset.BalUtil
dotnet tool install -g wix --version 4.0.4
wix extension add -g WixToolset.Util.wixext/4.0.4 WixToolset.Bal.wixext/4.0.4
nuget install -x -OutputDirectory util/installer WixToolset.BalUtil -Version 4.0.4
}

"setup_$(echo "${RUNNER_OS}" | tr '[A-Z]' '[a-z]')"

0 comments on commit 7405c84

Please sign in to comment.