mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-04-04 18:10:55 +01: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
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
$HOME/.aftman/bin
|
~/.aftman/bin
|
||||||
$HOME/.aftman/tool-storage
|
~/.aftman/tool-storage
|
||||||
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}
|
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue