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:
parent
146330906f
commit
a64b77f163
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue