mirror of
https://github.com/CrowCpp/Crow.git
synced 2026-01-18 16:31:17 +01:00
add nsis install step
This commit is contained in:
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user