File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Install uniffi-bindgen-go
23- run : cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.3 .0+v0.28.3
23+ run : cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.4 .0+v0.28.3
2424
2525 - name : Generate bindings
2626 run : uniffi-bindgen-go bindings/ldk_node.udl -o ffi/golang -c ./uniffi.toml
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Alby Go bindings are automatically built by a github workflow and published to l
8888You can test locally with the following:
8989
9090- install a recent version of rust
91- - cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.3 .0+v0.28.3
91+ - cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.4 .0+v0.28.3
9292- ran cargo clean
9393- run ./scripts/uniffi_bindgen_generate_go.sh
9494- copied the outputs to my alby hub directory (cp ffi/golang/ldk_node ../hub -r)
You can’t perform that action at this time.
0 commit comments