Skip to content

Commit b048fba

Browse files
authored
Update rust.yml
1 parent 0d1bab0 commit b048fba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616

1717
steps:
1818
- 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
1925
- name: Build
2026
run: cargo build --verbose
2127
- name: Run tests

0 commit comments

Comments
 (0)