We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c42219 commit 4eed605Copy full SHA for 4eed605
.github/actions/install-dependencies/action.yml
@@ -22,7 +22,7 @@ runs:
22
run: |
23
echo `pwd`
24
mkdir -p ${{ inputs.destination }}/bin
25
- git clone --branch 0.0.123-bindings https://github.com/lightningdevkit/rust-lightning ${{ inputs.destination }}/rust-lightning
+ git clone --branch 0.0.124-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
27
- name: Install Rust, required targets
28
if: ${{ inputs.configureRustNightly == 'true' }}
0 commit comments