Skip to content

Commit dcef454

Browse files
fix(ci): NSIS installer not needed anymore
1 parent 388becd commit dcef454

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,6 @@ jobs:
156156
# We are just testing in Linux
157157
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
158158

159-
- uses: repolevedavaj/install-nsis@v1.0.1
160-
with:
161-
nsis-version: '3.10'
162-
if: runner.os == 'Windows'
163-
164159
- name: Create Installer
165160
working-directory: ${{github.workspace}}/build
166161
shell: bash

0 commit comments

Comments
 (0)