Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Feb 2, 2024
1 parent f13beb1 commit f6b737a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6b737a

Please sign in to comment.