From 3c67fd423eef988a0a9c8ce32d0fa1a197056d14 Mon Sep 17 00:00:00 2001 From: Borja Aranda Date: Mon, 24 Feb 2025 16:22:53 +0100 Subject: [PATCH] cache whole contracts --- .github/workflows/solidity.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index e84942d7..756b80f9 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -79,11 +79,7 @@ jobs: - name: Restore cache uses: actions/cache/restore@v4 with: - path: | - contracts/build - contracts/cache - contracts/dependencies - contracts/out + path: contracts key: ${{ needs.init.outputs.cache-key }} - name: Restore forge @@ -181,4 +177,4 @@ jobs: - name: abigen uses: nickcharlton/diff-check@v1.0.0 with: - command: contracts/dev/generate \ No newline at end of file + command: contracts/dev/generate