1
0
Fork 0
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:
Nobuyoshi Nakada 2019-10-25 08:53:03 +09:00
parent 4ff2c58f91
commit 5040eea959
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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: |