more nsis debug

This commit is contained in:
tooomm 2026-07-04 22:59:26 +02:00
parent 9732a846d3
commit 5e7ee3c058

View file

@ -432,7 +432,21 @@ jobs:
run: |
choco install nsis -y
echo "C:/Program Files (x86)/NSIS" >> $GITHUB_PATH
makensis -VERSION || echo "NSIS installation faulty"
# - name: "[Windows] Install NSIS 2"
# if: matrix.os == 'Windows'
# uses: repolevedavaj/install-nsis@v1.2.1
# with:
# nsis-version: '3.12'
- name: "[Windows] Install NSIS - verify"
if: matrix.os == 'Windows'
shell: bash
run: |
makensis -VERSION
echo
echo "List C:/Program Files (x86)/NSIS"
ls "C:/Program Files (x86)/NSIS" || "Directory not found"
- name: "Setup vcpkg cache"
id: vcpkg-cache