From 3724dd3c599dccac124a0acb366e3321e99fe677 Mon Sep 17 00:00:00 2001 From: auxten Date: Fri, 22 Dec 2023 11:57:16 +0800 Subject: [PATCH] Fix typo --- .github/workflows/build_wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index f98ba5d02a5..af117765e86 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -235,10 +235,9 @@ jobs: - name: Show libchdb run: | ls -lh - nm libchdb.so | grep query_result || true + nm libchdb.so | grep query_stable || 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()