From eb5ed1eae41336e476cbaa8550184220317651b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Fri, 13 Oct 2023 11:07:28 +0200 Subject: [PATCH] ci: fetch all commits --- .github/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e04efd0..4a74f03 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,6 +16,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 fetch-tags: true - name: Install stable toolchain @@ -58,6 +59,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 fetch-tags: true - name: Install stable toolchain