Skip to content

Commit

Permalink
Test x2
Browse files Browse the repository at this point in the history
  • Loading branch information
g3ortega committed Dec 21, 2024
1 parent c912ea1 commit 35adf23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- name: Install chdb library
run: curl -sL https://lib.chdb.io | bash
- name: Copy chdb lib to root path
run: cp -r /usr/local/lib/libchdb.so .
run: cp /usr/local/lib/libchdb.so .
- name: Build gem
run: bundle exec rake build
- name: ls
run: ls -l
- name: Run the default task
run: bundle exec rspec
Binary file removed lib/chdb/chdb.bundle
Binary file not shown.

0 comments on commit 35adf23

Please sign in to comment.