From 017d8988eacc0bc337524190d495909a7267d974 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 10 Jan 2022 02:36:56 +0100 Subject: [PATCH] limit output from choco install command line more, on CI --- .github/workflows/python.yml | 3 +-- .github/workflows/windows.yml | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a20b58fbe2a..24e3ae21bb5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -73,11 +73,10 @@ jobs: if: runner.os == 'Windows' uses: nick-invision/retry@v2 with: - shell: cmd timeout_minutes: 30 retry_wait_seconds: 4 max_attempts: 3 - command: choco install openssl --limitoutput + command: choco install openssl --limitoutput --no-progress - name: build/install (windows) if: runner.os == 'Windows' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 476441d86bb..744d16f26b2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -41,11 +41,10 @@ jobs: - name: install openssl (64 bit) uses: nick-invision/retry@v2 with: - shell: pwsh timeout_minutes: 30 retry_wait_seconds: 4 max_attempts: 3 - command: choco install openssl --limitoutput + command: choco install openssl --limitoutput --no-progress - name: install boost run: | @@ -150,11 +149,10 @@ jobs: - name: install openssl (64 bit) uses: nick-invision/retry@v2 with: - shell: pwsh timeout_minutes: 30 retry_wait_seconds: 4 max_attempts: 3 - command: choco install openssl --limitoutput + command: choco install openssl --limitoutput --no-progress - name: boost headers run: |