Skip to content

Commit

Permalink
Update build.yml .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TDroogers authored Jan 2, 2024
1 parent b2dd977 commit 2bab04f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
name: Build
runs-on: windows-latest
steps:
- name: Set up .NET 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 2bab04f

Please sign in to comment.