From 4458b29d5082f6c2d84f84a00c435f64fb5f827a Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Fri, 15 Oct 2021 09:52:15 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6062fd3..773e418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: coursier/cache-action@v5 - uses: olafurpg/setup-scala@v10 with: