diff --git a/.github/workflows/forge-artifacts.yaml b/.github/workflows/forge-artifacts.yaml index 8738324..cbfa748 100644 --- a/.github/workflows/forge-artifacts.yaml +++ b/.github/workflows/forge-artifacts.yaml @@ -77,13 +77,6 @@ jobs: version: 9.0.6 run_install: false - - name: "Restore the cached build and the node modules" - if: ${{ inputs.restore-cache }} - uses: "actions/cache/restore@v4" - with: - key: "build-and-modules-${{ github.sha }}" - path: ${{ inputs.cache-path }} - - name: "Install the Node.js dependencies" run: "pnpm install" - name: "Prepare the contract artifacts"