Skip to content

Commit b41e270

Browse files
committed
choco no progress
1 parent 765f0d4 commit b41e270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Install dependencies
26-
run: choco install openssl
26+
run: choco install --no-progress -y openssl
2727

2828
- name: Setup Boost
2929
run: python3 tools/ci.py setup-boost --source-dir=$(pwd)
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v3
9797

9898
- name: Install dependencies
99-
run: choco install openssl
99+
run: choco install --no-progress -y openssl
100100

101101
- name: Setup Boost
102102
run: python3 tools/ci.py setup-boost --source-dir=$(pwd)

0 commit comments

Comments
 (0)