Skip to content

Commit 5398b60

Browse files
authored
Update build.yml
1 parent 305a38b commit 5398b60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
key: nuget-${{ secrets.cache-version }}-${{ hashFiles('**/*.csproj') }}
2222
restore-keys: |
2323
nuget-${{ secrets.cache-version }}-
24+
- uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 9.x
2427
- name: Build and test
2528
run: |
2629
dotnet build -c Release
27-
dotnet test
30+
dotnet test

0 commit comments

Comments
 (0)