Skip to content

Commit

Permalink
ci: pin cargo-wix version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h committed Feb 10, 2022
1 parent ecfbcf7 commit b870659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- id: install-wix
run: nuget install WiX -Version 3.11.2
- id: install-cargo-wix
run: cargo +nightly install cargo-wix
run: cargo +nightly install cargo-wix --version 0.3.1
- id: copy-target
name: Move synth.exe into wix friendly directory
run: |
Expand Down

0 comments on commit b870659

Please sign in to comment.