Skip to content

Commit a139e9f

Browse files
committed
Use latest upstream.
1 parent 4440c9f commit a139e9f

File tree

2 files changed

+6350
-6332
lines changed

2 files changed

+6350
-6332
lines changed

.github/actions/install-dependencies/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ runs:
2222
run: |
2323
echo `pwd`
2424
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
2727
- name: Install Rust, required targets
2828
if: ${{ inputs.configureRustNightly == 'true' }}
2929
shell: bash

0 commit comments

Comments
 (0)