Skip to content

Commit 5e1f32f

Browse files
Fix workflows
- Install the .NET 8 SDK for testing. - Install the .NET SDK from `global.json` before running `dotnet format`.
1 parent 41a95f4 commit 5e1f32f

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
@@ -51,6 +51,11 @@ jobs:
5151
filter: 'tree:0'
5252
show-progress: false
5353

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

0 commit comments

Comments
 (0)