diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05bdc19..721b823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - + with: + fetch-depth: 0 + - name: Set up QEMU uses: docker/setup-qemu-action@v3