diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 9bf428a6e92..f98ba5d02a5 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -238,6 +238,7 @@ jobs: nm libchdb.so | grep query_result || true - name: Run libchdb stub in examples dir run: | + cp -a libchdb.so ./examples bash -x ./examples/runStub.sh - name: Keep killall ccache and wait for ccache to finish if: always()