Skip to content

Commit

Permalink
fix: also cache tool-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 18, 2023
1 parent 5185e13 commit 089fbaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ runs:
if: ${{ inputs.cache == 'true' }}
uses: actions/cache@v3
with:
path: ~/.aftman/bin
path: |
~/.aftman/bin
~/.aftman/tool-storage
# TODO: also hash ~/.aftman/aftman.toml
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}

- name: Install tools
Expand Down

0 comments on commit 089fbaa

Please sign in to comment.