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 0d1bab0 commit b048fbaCopy full SHA for b048fba
.github/workflows/rust.yml
@@ -16,6 +16,12 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
+ - name: Fetch library
20
+ run: |
21
+ sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb_amd64.zip
22
+ sudo unzip libchdb_amd64.zip
23
+ sudo mv libchdb.so /usr/lib/libchdb.so
24
+ sudo ldconfig
25
- name: Build
26
run: cargo build --verbose
27
- name: Run tests
0 commit comments