Skip to content

Commit 7e36a62

Browse files
committed
[ci][rust] Install nightly compiler for rust
As the builds now require the nightly compiler, install that before trying to build with CI. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent 8938587 commit 7e36a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-ci-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
- name: install rust
7070
shell: bash
7171
run: |
72+
rustup install nightly
73+
rustup component add rust-src --toolchain nightly
7274
rustup target add aarch64-unknown-linux-gnu
7375
rustup target add aarch64-unknown-none
7476

0 commit comments

Comments
 (0)