Skip to content

Commit

Permalink
docs: document
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Feb 2, 2024
1 parent c638f9c commit af56a50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ runs:
- name: Ensure cache directories exist
shell: bash
run: |
# This helps avoid caching warnings even when these compilers
# are not used.
# This helps avoid caching warnings even when these are not used.
if [ ! -d "/home/runner/.solcx" ]; then
mkdir "/home/runner/.solcx"
echo "Solcx directory created."
Expand Down

0 comments on commit af56a50

Please sign in to comment.