diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f1f2bdc44f..31de99ed18 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -54,5 +54,6 @@ runs: cache-on-failure: true prefix-key: ${{ inputs.prefix-key }} save-if: ${{ github.ref == 'refs/heads/main' }} - cache-directories: | - tests/reth/target + workspaces: | + . -> target + tests/reth -> tests/reth/target