diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89d85bf..3b87c93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CMake +name: CMake CI on: push: @@ -27,6 +27,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set reusable strings id: strings