Skip to content

Commit 15f4905

Browse files
Fix workflows
- Install the .NET 8 SDK for testing. - Install the .NET SDK from `global.json` before running `dotnet format`.
1 parent 9285885 commit 15f4905

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
@@ -53,6 +53,11 @@ jobs:
5353
filter: 'tree:0'
5454
show-progress: false
5555

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

0 commit comments

Comments
 (0)