mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
add -y to choco install command
This commit is contained in:
parent
542310a5cf
commit
100076acd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue