From a17ec550e03f71798ff2c87ff5a2fa82664e2a39 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 14 Aug 2019 15:54:24 +0200 Subject: ci: increase fetch depth --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7389244..d5bb822 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@master with: - fetch-depth: 1 + fetch-depth: 50 - name: Install Rust Stable run: | -- cgit v1.2.3