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

.github/workflows/mingw.yml: Turn off verbose mode [ci skip]

Too much, no longer needed output.
This commit is contained in:
Nobuyoshi Nakada 2020-04-04 00:09:12 +09:00
parent 146330906f
commit a64b77f163
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -95,7 +95,7 @@ jobs:
working-directory: build
run: |
$jobs = [int]$env:NUMBER_OF_PROCESSORS + 1
make -j $jobs V=1
make -j $jobs
- name: make install
working-directory: build