Skip to content

Commit 0ff8ec0

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

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

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

0 commit comments

Comments
 (0)