mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix: use ~ for cache path
This commit is contained in:
parent
3aa1ee0479
commit
e3fb06e842
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ runs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
$HOME/.aftman/bin
|
||||
$HOME/.aftman/tool-storage
|
||||
~/.aftman/bin
|
||||
~/.aftman/tool-storage
|
||||
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}
|
||||
|
||||
- name: Install tools
|
||||
|
|
Loading…
Reference in a new issue