Skip to content

Commit 6d08e65

Browse files
committed
Fix libchdb version to v2.1.1 until libchdb v3 based chdb-rust refactor
1 parent f8c9408 commit 6d08e65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Fetch library
1818
run: |
19-
wget https://github.com/chdb-io/chdb/releases/latest/download/linux-x86_64-libchdb.tar.gz
19+
#wget https://github.com/chdb-io/chdb/releases/latest/download/linux-x86_64-libchdb.tar.gz
20+
#Fix libchdb version to v2.1.1 until libchdb v3 based chdb-rust refactor
21+
wget https://github.com/chdb-io/chdb/releases/download/v2.1.1/linux-x86_64-libchdb.tar.gz
2022
tar -xzf linux-x86_64-libchdb.tar.gz
2123
sudo mv libchdb.so /usr/lib/libchdb.so
2224
sudo ldconfig

0 commit comments

Comments
 (0)