Skip to content

Commit f5cbf88

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 f5cbf88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: install rust
7070
shell: bash
7171
run: |
72+
rustup install nightly
7273
rustup target add aarch64-unknown-linux-gnu
7374
rustup target add aarch64-unknown-none
7475

0 commit comments

Comments
 (0)