diff --git a/.github/workflows/commit-ci.yml b/.github/workflows/commit-ci.yml index cc989a53c..d2a21c57f 100644 --- a/.github/workflows/commit-ci.yml +++ b/.github/workflows/commit-ci.yml @@ -23,7 +23,11 @@ jobs: - name: Checkout last commit uses: actions/checkout@v4 with: - submodules: recursive + submodules: true + fetch-depth: 0 + + - name: Fetch all tags + run: git fetch --tags - name: Install llvm if necessary shell: pwsh