mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix: update cache on aftman.toml
change
This commit is contained in:
parent
d704935d05
commit
27435a1182
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ runs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.aftman/bin
|
||||
key: ${{ runner.os }}-aftman
|
||||
key: ${{ runner.os }}-aftman-${{hashFiles(inputs.path)}}
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue