Skip to content

Commit 8f920c1

Browse files
committed
fix: remove MacOS-specific condition for SonarCloud scanner installation in dotnet workflow
1 parent 04c1e31 commit 8f920c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
restore-keys: ${{ runner.os }}-sonar-scanner
5555

5656
- name: Install SonarCloud scanner
57-
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true' && matrix.platform.name == 'MacOS'
57+
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true'
5858
shell: pwsh
5959
run: |
6060
dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner

0 commit comments

Comments
 (0)