Skip to content

Commit f33c998

Browse files
committed
CI: Set up NET6 SDK (required by the release-notes tool)
1 parent 36f1d47 commit f33c998

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- uses: actions/setup-dotnet@v4
3232
with:
3333
global-json-file: ./global.json
34+
dotnet-version: |
35+
6.x
3436
3537
- run: ./build.sh build -s true
3638
name: Build

0 commit comments

Comments
 (0)