diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff411a34..1356e81e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,10 @@ jobs: steps: - name: Check out repo uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 + fetch-tags: true - name: Git status run: |