Skip to content

Commit

Permalink
use latest lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 25, 2024
1 parent ec5c082 commit 7b5ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: install libdrift_ffi_sys
run: |
mkdir local_libs && cd local_libs
curl -L "https://github.com/user-attachments/files/17124868/libdrift_ffi_sys.so.zip" > ffi.zip
curl -L https://github.com/user-attachments/files/17126152/libdrift_ffi_sys.so.zip > ffi.zip
unzip ffi.zip
- name: Install rust nightly
run: |
Expand Down

0 comments on commit 7b5ba9f

Please sign in to comment.