Skip to content

Commit

Permalink
Set JDK17 on publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Sep 9, 2024
1 parent 6dbae6a commit b312bfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/build-core/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: Clone and build TrustyAI-Explainability library (shaded in a single
runs:
using: "composite"
steps:
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
- name: Build explainability-core
shell: bash
run: |
Expand Down

0 comments on commit b312bfd

Please sign in to comment.