From 91fcd87f5c0375e36c22c1187edf3f5507572075 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sun, 11 Aug 2019 06:55:31 +0900 Subject: [PATCH] Increase fetch-depth --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9599c5d511..5e84bdc334 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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)))