We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4440c9f commit a139e9fCopy full SHA for a139e9f
.github/actions/install-dependencies/action.yml
@@ -22,8 +22,8 @@ runs:
22
run: |
23
echo `pwd`
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
+ git clone --branch 0.0.117-bindings https://github.com/lightningdevkit/rust-lightning ${{ inputs.destination }}/rust-lightning
+ git clone --branch main https://github.com/lightningdevkit/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
27
- name: Install Rust, required targets
28
if: ${{ inputs.configureRustNightly == 'true' }}
29
shell: bash
0 commit comments