File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565
6666 - name : Install ffi toolchain (1.76.0)
6767 run : |
68- rustup install 1.76.0-x86_64-apple-darwin
69- rustup default 1.76.0-x86_64-apple-darwin
68+ rustup install stable
69+ rustup target add 1.76.0-x86_64-apple-darwin
7070 - name : Build Mac
7171 run : |
72- cargo build --release
72+ cargo build --release --target x86_64-apple-darwin
7373 - uses : actions/upload-artifact@v4
7474 with :
75- path : " target/release/libdrift_ffi_sys.dylib"
75+ path : " target/x86_64-apple-darwin/ release/libdrift_ffi_sys.dylib"
7676 name : libdrift_ffi_sys.dylib
7777
7878 create-release :
Original file line number Diff line number Diff line change 11[package ]
22name = " drift-ffi-sys"
3- version = " 2.156.1 "
3+ version = " 2.156.2 "
44edition = " 2021"
55description = " FFI bindings to drift program"
66
You can’t perform that action at this time.
0 commit comments