Skip to content

Commit

Permalink
Chore/bump sdk (#94)
Browse files Browse the repository at this point in the history
* Bump drift-rs version
* Fix --extra-rpc issue (again)
  • Loading branch information
jordy25519 authored Dec 6, 2024
1 parent fece78f commit 4941da7
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cargo fmt --all -- --check
- name: install libdrift_ffi_sys
run: |
curl -L https://github.com/user-attachments/files/17126152/libdrift_ffi_sys.so.zip > ffi.zip && unzip ffi.zip
curl -L https://github.com/user-attachments/files/17849111/libdrift_ffi_sys.so.zip > ffi.zip && unzip ffi.zip
sudo cp libdrift_ffi_sys.so /usr/lib/
- uses: ubicloud/rust-cache@v2
with:
Expand Down
Loading

0 comments on commit 4941da7

Please sign in to comment.