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 2222 run : |
2323 echo `pwd`
2424 mkdir -p ${{ inputs.destination }}/bin
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
25+ git clone --branch 0.0.118 -bindings https://github.com/lightningdevkit/rust-lightning ${{ inputs.destination }}/rust-lightning
26+ git clone --branch main https://github.com/thebluematt /ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
2727 - name : Install Rust, required targets
2828 if : ${{ inputs.configureRustNightly == 'true' }}
2929 shell : bash
You can’t perform that action at this time.
0 commit comments