add nsis to path

This commit is contained in:
tooomm 2026-07-04 19:13:22 +02:00
parent 8715a403b3
commit 542310a5cf

View file

@ -429,7 +429,9 @@ jobs:
- name: "[Windows] Install NSIS" - name: "[Windows] Install NSIS"
if: matrix.os == 'Windows' if: matrix.os == 'Windows'
shell: bash shell: bash
run: choco install nsis run: |
choco install nsis
echo "C:/Program Files (x86)/NSIS" >> $GITHUB_PATH
- name: "Setup vcpkg cache" - name: "Setup vcpkg cache"
id: vcpkg-cache id: vcpkg-cache