Skip to content

Commit

Permalink
correct .net version
Browse files Browse the repository at this point in the history
  • Loading branch information
KjetilKvaerne committed Nov 13, 2024
1 parent 28e4c9c commit cedae40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
java-version: 17
distribution: 'zulu'

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cedae40

Please sign in to comment.