Skip to content

Commit 8c00e42

Browse files
committed
cicd/lib-build-and-push: make choco dont print progress
1 parent 26a4ae2 commit 8c00e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install OpenSSL for Windows
123123
if: runner.os == 'Windows'
124124
run: |
125-
choco install openssl --version=3.4.1 -f -y
125+
choco install openssl --version=3.4.1 -f -y --no-progress
126126
127127
- name: Install Conan
128128
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)