Skip to content

Commit

Permalink
Install Java
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 27, 2023
1 parent 64155d3 commit 72ea571
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Install .NET
uses: actions/setup-dotnet@v3

Expand Down

0 comments on commit 72ea571

Please sign in to comment.