Skip to content

Commit b357087

Browse files
committed
FIX: GitHub Action choco install error
1 parent fc5ea10 commit b357087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install dependencies
9494
shell: powershell
9595
run: |
96-
choco install wget curl
96+
choco install -y wget curl
9797
- name: Install and config conan
9898
shell: powershell
9999
run: |

0 commit comments

Comments
 (0)