mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Do not show progress at chocolatey
This commit is contained in:
parent
4ff2c58f91
commit
5040eea959
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
vcpkg --triplet x64-windows install readline zlib
|
||||
- name: Install libraries with chocolatey
|
||||
run: |
|
||||
choco install openssl winflexbison3
|
||||
choco install --no-progress openssl winflexbison3
|
||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||
- name: Checkout ruby/ruby
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue