Merge pull request #4916 from youknowone/choco-no-progress

run choco with --no-progress
This commit is contained in:
Jeong, YunWon
2023-04-21 21:16:15 +09:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ jobs:
- name: Set up the Windows environment
shell: bash
run: |
choco install llvm openssl
choco install llvm openssl --no-progress
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >>$GITHUB_ENV
if: runner.os == 'Windows'
- name: Set up the Mac environment