Skip to content

Commit 19ba04a

Browse files
committed
Update build.yml
1 parent 6917417 commit 19ba04a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
22+
- uses: actions/setup-dotnet@v4
23+
with:
24+
dotnet-version: '9'
2225
- name: Cache SonarCloud packages
2326
uses: actions/cache@v1
2427
with:

0 commit comments

Comments
 (0)