Skip to content

Commit 7c355e9

Browse files
Fix workflows
- Install the .NET 8 SDK for testing. - Install the .NET SDK from `global.json` before running `dotnet format`.
1 parent 00ec28e commit 7c355e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
filter: 'tree:0'
5353
show-progress: false
5454

55+
- name: Setup .NET 8 SDK
56+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
57+
with:
58+
dotnet-version: '8.0.x'
59+
5560
- name: Setup .NET SDK
5661
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5762
id: setup-dotnet

0 commit comments

Comments
 (0)