diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a7b51e0fc17..9bf428a6e92 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -232,9 +232,12 @@ jobs: python3 -m pip install pandas pyarrow bash -x ./chdb/test_smoke.sh continue-on-error: false + - name: Show libchdb + run: | + ls -lh + nm libchdb.so | grep query_result || true - name: Run libchdb stub in examples dir run: | - nm libchdb.so | grep query_result bash -x ./examples/runStub.sh - name: Keep killall ccache and wait for ccache to finish if: always()