We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e673699 commit c73bd4bCopy full SHA for c73bd4b
1 file changed
.github/workflows/cicd.yaml
@@ -73,6 +73,10 @@ jobs:
73
shell: bash
74
run: |
75
make configure CMAKE_INSTALL_PREFIX=${{ env.OPENMLDB_PREFIX }}
76
+ - uses: actions/setup-java@v4
77
+ with:
78
+ distribution: temurin
79
+ java-version: 8
80
81
- name: build
82
0 commit comments