Skip to content

Commit 2819c5a

Browse files
committed
Set wix toolset path
1 parent f46e1b4 commit 2819c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: |
168168
export CARGO_HOME=`pwd`
169169
cargo install cargo-wix
170-
cargo wix
170+
cargo wix -b "C:\Program Files (x86)\WiX Toolset v3.11\bin"
171171
shell: bash
172172

173173
- name: Upload Artifact

0 commit comments

Comments
 (0)