File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/install-dependencies Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
echo `pwd`
24
24
mkdir -p ${{ inputs.destination }}/bin
25
25
git clone --branch 2022-09-111-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
26
+ git clone --branch v0.0.111.0 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
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ git clone --branch 2022-09-111-java-bindings https://github.com/TheBlueMatt/rust
42
42
** [ ldk-c-bindings] ( https://github.com/lightningdevkit/ldk-c-bindings ) ** :
43
43
44
44
``` shell
45
- git clone --branch v0.0.110.1 https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
45
+ git clone --branch v0.0.111.0 https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
46
46
```
47
47
48
48
Take note of where you clone these directories, it's best you save the absolute path somewhere handy for the rest of the remaining steps.
You can’t perform that action at this time.
0 commit comments