Skip to content

Commit

Permalink
CI: lowering sonar version to work with the dotnet version unity has
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen authored Apr 26, 2024
1 parent 2fcb3b6 commit 44c3786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
distribution: 'zulu'

- name: Install sonar scanner
run: $DOTNET_ROOT/dotnet tool install dotnet-sonarscanner --tool-path . --version 6.2.0
run: $DOTNET_ROOT/dotnet tool install dotnet-sonarscanner --tool-path . --version 5.15.0

- name: Generate Solution
run: unity-editor -nographics -logFile /dev/stdout -customBuildName Mirage -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit
Expand Down

0 comments on commit 44c3786

Please sign in to comment.