fix: also cache tool-storage

This commit is contained in:
ok-nick 2023-09-18 00:49:33 -04:00
parent 5185e135bf
commit 089fbaada1
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -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