Skip to content

Commit d5466e6

Browse files
committed
GH Action adjustment
1 parent 4377a6e commit d5466e6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
26+
- name: Install chdb library
27+
run: curl -sL https://lib.chdb.io | bash
2628
- name: Run the default task
27-
run: bundle exec rake
29+
run: bundle exec rake

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ If you are not using bundler, you can install the gem by running:
4242
gem install chdb -- --with-opt-dir=/usr/local/lib
4343
```
4444

45+
Make sure you have the `chdb` C library installed on your system.
46+
4547
In case you are using Docker, you can use the Dockerfile in this repository to build a container with the gem installed.
4648

4749
```bash
4850
docker build -t chdbrubyplayground .
4951
docker run -it chdbrubyplayground
5052
```
5153

52-
Make sure you have the `chdb` C library installed on your system.
53-
5454
## Usage
5555

5656
The `Chdb` gem provides two main ways to interact with the chDB engine:

0 commit comments

Comments
 (0)