1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove debug print

This commit is contained in:
Kazuhiro NISHIYAMA 2019-12-09 14:06:06 +09:00 committed by Kazuhiro NISHIYAMA
parent 156fb72d70
commit c19e62ddc9
Notes: git 2019-12-09 16:08:36 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install cygwin base packages with chocolatey
run: |
choco config get cacheLocation
choco install --no-progress cygwin
- name: Install cygwin additional packages
run: |

View file

@ -36,7 +36,6 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install libraries with chocolatey
run: |
choco config get cacheLocation
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