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 77f10bf commit 7e189a1Copy full SHA for 7e189a1
.github/actions/install-dependencies/action.yml
@@ -24,6 +24,11 @@ runs:
24
mkdir -p ${{ inputs.destination }}/bin
25
git clone --branch 0.0.125-bindings https://github.com/lightningdevkit/rust-lightning ${{ inputs.destination }}/rust-lightning
26
git clone --branch 0.0.125 https://github.com/lightningdevkit/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
27
+ - name: Configure default Rust toolchain
28
+ shell: bash
29
+ run: |
30
+ rustup install 1.73.0
31
+ rustup default 1.73.0
32
- name: Install Rust, required targets
33
if: ${{ inputs.configureRustNightly == 'true' }}
34
shell: bash
0 commit comments