Skip to content

Commit 84657e0

Browse files
authored
Update rust.yml
1 parent 1dfda01 commit 84657e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
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_amd64.zip
20-
sudo unzip libchdb_amd64.zip
19+
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
20+
sudo unzip libchdb.zip
2121
sudo mv libchdb.so /usr/lib/libchdb.so
2222
sudo ldconfig
2323
- name: Build

0 commit comments

Comments
 (0)