Skip to content

Commit

Permalink
Install JAVA 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Apr 24, 2024
1 parent 28b8abe commit 7cbf690
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 @@ -9,6 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v1

- name: Setup Java JDK
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'

- name: Setup .NET 8
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 7cbf690

Please sign in to comment.