Skip to content

Commit 5fc3ce5

Browse files
committed
fix
1 parent e7897e7 commit 5fc3ce5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
steps:
4343
- name: Checkout paimon-cpp
4444
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45-
- name: Install dependencies
46-
shell: bash
47-
run: head -n 5 /home/runner/work/paimon-cpp/paimon-cpp/third_party/lumina/lib/liblumina.so
45+
with:
46+
lfs: true
4847
- name: Build Paimon
4948
shell: bash
5049
env:

ci/scripts/build_paimon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CMAKE_ARGS=(
2626
"-G Ninja"
2727
"-DCMAKE_BUILD_TYPE=Debug"
2828
"-DPAIMON_BUILD_TESTS=ON"
29-
"-DPAIMON_ENABLE_LANCE=OFF"
29+
"-DPAIMON_ENABLE_LANCE=ON"
3030
"-DPAIMON_ENABLE_JINDO=ON"
3131
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${PAIMON_HOME}}"
3232
)

0 commit comments

Comments
 (0)