Skip to content

Commit

Permalink
ci: Update WiX Toolset path
Browse files Browse the repository at this point in the history
Update the WiX Toolset from 3.11 to 3.14, since the former is no longer
available in GitHub CI runners.
  • Loading branch information
apyrgio committed Mar 13, 2024
1 parent c40338a commit ab1772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: poetry run make test
# Taken from: https://github.com/orgs/community/discussions/27149#discussioncomment-3254829
- name: Set path for candle and light
run: echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
run: echo "C:\Program Files (x86)\WiX Toolset v3.14\bin" >> $GITHUB_PATH
shell: bash
- name: Build the MSI installer
# NOTE: This also builds the .exe internally.
Expand Down

0 comments on commit ab1772b

Please sign in to comment.