diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27aa124..63608ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,9 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + with: + fetch-depth: '0' + show-progress: 'false' - uses: actions/cache@v4 with: path: /root/.jbang