Skip to content

Commit 6a2e26b

Browse files
committed
add nsis install step
1 parent a548d14 commit 6a2e26b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
fi
6161
shell: bash
6262

63+
- name: Install NSIS
64+
if: matrix.os == 'windows-latest'
65+
uses: repolevedavaj/install-nsis@v1.1.0
66+
with:
67+
nsis-version: '3.10'
68+
6369
- name: Configure CMake
6470
run: |
6571
cmake_flags=""

0 commit comments

Comments
 (0)