Skip to content

Commit 7e189a1

Browse files
committed
Ensure the default Rust toolchain is 1.73.0
1 parent 77f10bf commit 7e189a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ runs:
2424
mkdir -p ${{ inputs.destination }}/bin
2525
git clone --branch 0.0.125-bindings https://github.com/lightningdevkit/rust-lightning ${{ inputs.destination }}/rust-lightning
2626
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
2732
- name: Install Rust, required targets
2833
if: ${{ inputs.configureRustNightly == 'true' }}
2934
shell: bash

0 commit comments

Comments
 (0)