Skip to content

Commit

Permalink
Update build.yml to use .NET8 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Dec 4, 2023
1 parent 3f54107 commit e158b6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'

- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.402"
dotnet-version: "8"

- name: Install .NET Workloads
run: dotnet workload install maui
Expand Down

0 comments on commit e158b6b

Please sign in to comment.