add -y to choco install command

This commit is contained in:
tooomm 2026-07-04 21:14:53 +02:00
parent 542310a5cf
commit 100076acd1

View file

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