Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed May 12, 2023
1 parent 1dfda01 commit 84657e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- name: Fetch library
run: |
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb_amd64.zip
sudo unzip libchdb_amd64.zip
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
sudo unzip libchdb.zip
sudo mv libchdb.so /usr/lib/libchdb.so
sudo ldconfig
- name: Build
Expand Down

0 comments on commit 84657e0

Please sign in to comment.