ci: Update WiX Toolset path

Update the WiX Toolset from 3.11 to 3.14, since the former is no longer
available in GitHub CI runners.
This commit is contained in:
Alex Pyrgiotis 2024-03-11 13:17:12 +02:00
parent c40338a13c
commit ab1772b9af
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -22,7 +22,7 @@ jobs:
run: poetry run make test run: poetry run make test
# Taken from: https://github.com/orgs/community/discussions/27149#discussioncomment-3254829 # Taken from: https://github.com/orgs/community/discussions/27149#discussioncomment-3254829
- name: Set path for candle and light - 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 shell: bash
- name: Build the MSI installer - name: Build the MSI installer
# NOTE: This also builds the .exe internally. # NOTE: This also builds the .exe internally.