Skip to content

Commit c73bd4b

Browse files
authored
fix: fix spark-connector build (#4054)
1 parent e673699 commit c73bd4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
shell: bash
7474
run: |
7575
make configure CMAKE_INSTALL_PREFIX=${{ env.OPENMLDB_PREFIX }}
76+
- uses: actions/setup-java@v4
77+
with:
78+
distribution: temurin
79+
java-version: 8
7680

7781
- name: build
7882
shell: bash

0 commit comments

Comments
 (0)