Skip to content

Commit e8f918a

Browse files
committed
ci: install Rust toolchain before compiling the e2e binary
1 parent 2d4a819 commit e8f918a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly-backward-compatibility.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
run: |
3333
./.github/workflows/scripts/download-distribution-binaries.sh ${{ inputs.total-releases }}
3434
35+
- name: Install stable toolchain
36+
uses: dtolnay/rust-toolchain@master
37+
with:
38+
toolchain: stable
39+
3540
- name: Build e2e
3641
run: |
3742
cargo build --release --bin mithril-end-to-end

0 commit comments

Comments
 (0)