Skip to content

Commit 1fbe9d3

Browse files
committed
Fix libchdb link
1 parent eac279f commit 1fbe9d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/chdb-node-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Fetch library
1818
run: |
19-
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
20-
sudo unzip libchdb.zip
19+
wget https://github.com/chdb-io/chdb/releases/latest/download/linux-x86_64-libchdb.tar.gz
20+
tar -xzf linux-x86_64-libchdb.tar.gz
2121
sudo mv libchdb.so /usr/lib/libchdb.so
2222
sudo ldconfig
2323
- uses: actions/setup-node@v3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
[![chDB-node](https://github.com/chdb-io/chdb-node/actions/workflows/chdb-node-test.yml/badge.svg)](https://github.com/chdb-io/chdb-node/actions/workflows/chdb-node-test.yml)
66

77
# chdb-node
8-
[chDB](https://github.com/auxten/chdb) nodejs bindings for fun and hacking.
8+
[chDB](https://github.com/chdb-io/chdb) nodejs bindings for fun and hacking.
99

1010
### Status
1111

1212
- experimental, unstable, subject to changes
13-
- requires [`libchdb`](https://github.com/metrico/libchdb) on the system
13+
- requires [`libchdb`](https://github.com/chdb-io/chdb) on the system
1414
- :wave: _C/Node developer? Jump in and help us evolve this prototype into a stable module!_
1515

1616
<br>

0 commit comments

Comments
 (0)