Skip to content

Commit

Permalink
CI: Set up NET6 SDK (required by the release-notes tool)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Feb 3, 2025
1 parent 36f1d47 commit f33c998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
global-json-file: ./global.json
dotnet-version: |
6.x
- run: ./build.sh build -s true
name: Build
Expand Down

0 comments on commit f33c998

Please sign in to comment.