Skip to content

Commit

Permalink
update drift-ffi-sys for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Jan 7, 2025
1 parent b7fc6fb commit d40cf3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
rustup component add clippy rustfmt
- name: install libdrift_ffi_sys
run: |
curl -L https://github.com/drift-labs/drift-ffi-sys/releases/download/v2.103.0/libdrift_ffi_sys.so.zip > ffi.zip
curl -L https://github.com/drift-labs/drift-ffi-sys/releases/download/v2.105.0/libdrift_ffi_sys.so.zip > ffi.zip
unzip ffi.zip
ldd libdrift_ffi_sys.so
sudo cp libdrift_ffi_sys.so $CARGO_DRIFT_FFI_PATH
Expand Down
2 changes: 1 addition & 1 deletion crates/drift-ffi-sys

0 comments on commit d40cf3f

Please sign in to comment.