diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 4cb043e..90f8867 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -37,6 +37,8 @@ jobs: toolchain: stable override: true + - run: echo "steps.restore-dependencies.outputs.cache-primary-key = ${{ steps.restore-dependencies.outputs.cache-primary-key }}" + - name: Cache Dependencies uses: https://github.com/actions/cache@v3 with: