Skip to content

Commit

Permalink
[ci] setup .NET 9 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Nov 13, 2024
1 parent 394349b commit 1e26230
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:

# setup build environment

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'

- name: setup environment (Apple)
if: "success() && matrix.env.OS == 'apple'"
run: |
Expand Down

0 comments on commit 1e26230

Please sign in to comment.