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