fix(ci): install NSIS for building Windows package

Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
This commit is contained in:
Samuel Gaist
2025-09-12 10:34:06 +02:00
committed by poiana
parent 7c7196f1f0
commit 5faef4e65a

View File

@@ -353,6 +353,9 @@ jobs:
with:
fetch-depth: 0
- name: Install NSIS
run: choco install nsis -y
# NOTE: Backslash doesn't work as line continuation on Windows.
- name: Prepare project
run: |