From f6b737ae771dbb07b6216301a9b850292b95c7ae Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Fri, 2 Feb 2024 10:32:41 -0600 Subject: [PATCH] chore: debug --- action.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 43593b3..5393703 100644 --- a/action.yml +++ b/action.yml @@ -26,12 +26,13 @@ runs: using: 'composite' steps: - - uses: actions/cache@v4 - with: - path: | - /home/runner/.solcx/solc-v* - /home/runner/.vvm/vyper-* - key: ${{ runner.os }}-compiler-cache + # - uses: actions/cache@v4 + # name: Cache compilers + # with: + # path: | + # /home/runner/.solcx/solc-v* + # /home/runner/.vvm/vyper-* + # key: ${{ runner.os }}-compiler-cache - uses: actions/cache@v4 with: