File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/install-dependencies Expand file tree Collapse file tree 1 file changed +2
-2
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-04 -0.0.115 -java-bindings https://github.com/TheBlueMatt/rust-lightning ${{ inputs.destination }}/rust-lightning
26
- git clone --branch v0.0.115.3 https://github.com/lightningdevkit/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
25
+ git clone --branch 2023-07 -0.0.116 -java-bindings https://github.com/TheBlueMatt/rust-lightning ${{ inputs.destination }}/rust-lightning
26
+ git clone --branch v0.0.116.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
You can’t perform that action at this time.
0 commit comments