Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanguille committed Feb 6, 2025
1 parent 47c0016 commit 54cec19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore dependencies
run: dotnet restore
run: dotnet restore $(find . -name "*.sln" | head -n 1)

- name: Build project
run: dotnet build --configuration Debug
Expand Down

0 comments on commit 54cec19

Please sign in to comment.