Skip to content

Commit

Permalink
Add WiX Toolset back to PATH in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Mar 19, 2024
1 parent 41f7384 commit bb1ff68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Install Cargo WiX (Windows)
if: matrix.os == 'windows-latest' && matrix.portable != true
run: |
echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
echo "${WIX}bin" >> $GITHUB_PATH
cargo install cargo-wix --git https://github.com/volks73/cargo-wix.git --rev 032be8310f9aa9684e9524db54632792a9d85e28
- name: Install PortableApps.com (Windows)
Expand Down

0 comments on commit bb1ff68

Please sign in to comment.