Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Dec 22, 2023
1 parent acd1c3d commit 3724dd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3724dd3

Please sign in to comment.