Skip to content

Commit

Permalink
Try setting up Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed May 9, 2024
1 parent a3107cf commit 093b5ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
id: tag
shell: bash
run: echo "tag=`bash scripts/docker-tag.sh`" >> ${GITHUB_OUTPUT}

- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'adopt-openj9'
java-version: '17'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 093b5ad

Please sign in to comment.