We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488386f commit 575c54fCopy full SHA for 575c54f
.github/workflows/chdb-node-test.yml
@@ -16,8 +16,8 @@ jobs:
16
- uses: actions/checkout@v3
17
- name: Fetch library
18
run: |
19
- sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb_amd64.zip
20
- sudo unzip libchdb_amd64.zip
+ sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
+ sudo unzip libchdb.zip
21
sudo mv libchdb.so /usr/lib/libchdb.so
22
sudo ldconfig
23
- uses: actions/setup-node@v3
0 commit comments