Skip to content

Commit

Permalink
Added Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiko committed Feb 13, 2024
1 parent f041d2f commit 7c2af25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x.x'

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17

- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v3.0.0
Expand Down

0 comments on commit 7c2af25

Please sign in to comment.