diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe1dd19..ff2e2ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,11 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v4 + - uses: actions/cache/restore@v4 id: cache-check with: - path: . # not important + path: ${{ github.workspace }}/../puro lookup-only: true key: setup-runner-${{ runner.os }}-${{ runner.arch }}- restore-keys: setup-runner-${{ runner.os }}-${{ runner.arch }}-