File tree Expand file tree Collapse file tree 2 files changed +6350
-6332
lines changed
.github/actions/install-dependencies
xcode/LDKFramework/LDK.xcodeproj Expand file tree Collapse file tree 2 files changed +6350
-6332
lines changed Original file line number Diff line number Diff line change 22
22
run : |
23
23
echo `pwd`
24
24
mkdir -p ${{ inputs.destination }}/bin
25
- git clone --branch 2023-09- 0.0.117-java- bindings https://github.com/TheBlueMatt /rust-lightning ${{ inputs.destination }}/rust-lightning
26
- git clone --branch main https://github.com/TheBlueMatt /ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
25
+ git clone --branch 0.0.117-bindings https://github.com/lightningdevkit /rust-lightning ${{ inputs.destination }}/rust-lightning
26
+ git clone --branch main https://github.com/lightningdevkit /ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
27
27
- name : Install Rust, required targets
28
28
if : ${{ inputs.configureRustNightly == 'true' }}
29
29
shell : bash
You can’t perform that action at this time.
0 commit comments