Pin wix toolkit version in github actions

This commit is contained in:
Exidex 2025-04-10 20:32:41 +02:00
parent d8b6010ad1
commit 02f9d366fe
No known key found for this signature in database
GPG key ID: AC63AA86DD4F2D45

View file

@ -27,7 +27,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: choco install protoc
- run: dotnet tool install --global wix
- run: dotnet tool install --global wix --version 5.0.2
- run: wix extension add -g WixToolset.Util.wixext/5.0.2
- uses: Swatinem/rust-cache@v2