Skip to content

Commit a02c358

Browse files
committed
.github: install WIX instead of NSIS in CI
re #250
1 parent 1088e64 commit a02c358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Install Windows Build Dependencies
4141
if: ${{ matrix.os == 'windows-latest' }}
4242
run: |
43-
# nsis, for CPack
44-
choco install nsis
43+
# WIX, for CPack
44+
choco install wixtoolset
4545
conan install . --output-folder=build --build=missing --settings=build_type=Debug
4646
- name: Build
4747
shell: bash

0 commit comments

Comments
 (0)