Skip to content

Commit

Permalink
Fix missing wix and util extension in windows build pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Aug 15, 2024
1 parent 8ed6ae2 commit 697e2dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- run: choco install protoc
- run: dotnet tool install --global wix
- run: wix extension add -g WixToolset.Util.wixext

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 697e2dd

Please sign in to comment.