Skip to content

Commit

Permalink
.github/workflows/sonar.yml: Updated sonar cache location according to
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Oct 19, 2023
1 parent f636411 commit 179356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
path: ~\sonar\cache
path: ~\.sonar\cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache SonarCloud scanner
Expand Down

0 comments on commit 179356f

Please sign in to comment.