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:
parent
156fb72d70
commit
c19e62ddc9
Notes:
git
2019-12-09 16:08:36 +09:00
2 changed files with 0 additions and 2 deletions
1
.github/workflows/cygwin.yml
vendored
1
.github/workflows/cygwin.yml
vendored
|
@ -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: |
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue