We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbae6a commit 5b8832dCopy full SHA for 5b8832d
.github/actions/build-core/action.yml
@@ -3,6 +3,11 @@ description: Clone and build TrustyAI-Explainability library (shaded in a single
3
runs:
4
using: "composite"
5
steps:
6
+ - name: Set up JDK 17
7
+ uses: actions/setup-java@v2
8
+ with:
9
+ distribution: 'adopt'
10
+ java-version: '17'
11
- name: Build explainability-core
12
shell: bash
13
run: |
0 commit comments