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

Increase fetch-depth

This commit is contained in:
Hiroshi SHIBATA 2019-08-11 06:55:31 +09:00
parent bb2f24251f
commit 91fcd87f5c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 20
fetch-depth: 50
- name: Set ENV
run: |
echo '##[set-env name=JOBS]'-j$((1 + $(sysctl -n hw.activecpu)))