From d8b5d685af1eba518374d5064fea87cd99ed80ad Mon Sep 17 00:00:00 2001 From: theo <80177219+theochap@users.noreply.github.com> Date: Fri, 14 Nov 2025 12:28:03 -0500 Subject: [PATCH] Revert "chore(ci/cache): cache reth deps (#3039)" This reverts commit 9696f39d5117ba67d112ef1cccf2639c63d46c47. --- .github/actions/setup/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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