add nsis install step

This commit is contained in:
Gulliver
2025-10-10 00:09:00 +02:00
committed by gittiver
parent a548d14cc1
commit 6a2e26be08

View File

@@ -60,6 +60,12 @@ jobs:
fi
shell: bash
- name: Install NSIS
if: matrix.os == 'windows-latest'
uses: repolevedavaj/install-nsis@v1.1.0
with:
nsis-version: '3.10'
- name: Configure CMake
run: |
cmake_flags=""