Skip to content

Commit e27efdb

Browse files
committed
Fix workflow
1 parent ff7d360 commit e27efdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
path: |
3333
~/.asdf
34-
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
35-
restore-keys: |
34+
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
35+
restore-keys: |
3636
${{ runner.os }}-asdf-
3737
3838
- name: Install asdf dependencies in .tool-versions

0 commit comments

Comments
 (0)