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:
parent
bb2f24251f
commit
91fcd87f5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue