Skip to content

Commit

Permalink
limit output from choco install command line more, on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 10, 2022
1 parent fc4d3b0 commit 017d898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 017d898

Please sign in to comment.