aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-25 08:53:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-25 08:54:33 +0900
commit5040eea959300ecb183d79f9539151239c281aa6 (patch)
treea1054f0c48412b1a7bd856c8a8b50888978615e1 /.github
parent4ff2c58f919153b9a47f69f855a0b9d2bb0e0bbe (diff)
downloadruby-5040eea959300ecb183d79f9539151239c281aa6.tar.gz
Do not show progress at chocolatey
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 915462402a..754afa6974 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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: |