Skip to content

Commit

Permalink
fix: try start
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Feb 2, 2024
1 parent 0309f1f commit f13beb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ runs:
- uses: actions/cache@v4
with:
path: |
/home/runner/.solcx
/home/runner/.vvm
/home/runner/.solcx/solc-v*
/home/runner/.vvm/vyper-*
key: ${{ runner.os }}-compiler-cache

- uses: actions/cache@v4
Expand Down Expand Up @@ -136,7 +136,7 @@ runs:
- name: Ensure compiler directories exist
shell: bash
run: |
# This helps caching work even when these compilers
# This helps avoid caching warnings even when these compilers
# are not used.
if [ ! -d "/home/runner/.solcx" ]; then
mkdir "/home/runner/.solcx"
Expand Down

0 comments on commit f13beb1

Please sign in to comment.