Skip to content

Commit 9b9258e

Browse files
committed
fix
1 parent 3bb36ee commit 9b9258e

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/workflows/license_check.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

ci/scripts/build_paimon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CMAKE_ARGS=(
3232
)
3333

3434
cmake "${CMAKE_ARGS[@]}" ${source_dir}
35-
cmake --build . --target install -- -j$(nproc)
35+
cmake --build . -- -j$(nproc)
3636
ctest --output-on-failure -j $(nproc)
3737

3838
popd

0 commit comments

Comments
 (0)