mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-03 15:40:21 +00:00
Back to nightly for automations
This commit is contained in:
parent
56dcfe8a92
commit
1b164e50a1
3
.github/workflows/build_rpi3.yml
vendored
3
.github/workflows/build_rpi3.yml
vendored
@ -32,7 +32,8 @@ jobs:
|
||||
- name: Set up Rust nightly
|
||||
run: |
|
||||
rustup self update
|
||||
rustup toolchain install `cat rust-toolchain | tr '\n' ' '` --component rust-src llvm-tools-preview
|
||||
rustup toolchain install nightly --component rust-src llvm-tools-preview
|
||||
rustup default nightly
|
||||
cargo install cargo-xbuild cargo-binutils
|
||||
- name: Make all
|
||||
run: |
|
||||
|
3
.github/workflows/build_rpi4.yml
vendored
3
.github/workflows/build_rpi4.yml
vendored
@ -32,7 +32,8 @@ jobs:
|
||||
- name: Set up Rust nightly
|
||||
run: |
|
||||
rustup self update
|
||||
rustup toolchain install `cat rust-toolchain | tr '\n' ' '` --component rust-src llvm-tools-preview
|
||||
rustup toolchain install nightly --component rust-src llvm-tools-preview
|
||||
rustup default nightly
|
||||
cargo install cargo-xbuild cargo-binutils
|
||||
- name: Make all
|
||||
run: |
|
||||
|
3
.github/workflows/check_fmt_clippy.yml
vendored
3
.github/workflows/check_fmt_clippy.yml
vendored
@ -30,7 +30,8 @@ jobs:
|
||||
- name: Set up Rust nightly
|
||||
run: |
|
||||
rustup self update
|
||||
rustup toolchain install `cat rust-toolchain | tr '\n' ' '` --component rustfmt clippy rust-src
|
||||
rustup toolchain install nightly --component rustfmt clippy rust-src
|
||||
rustup default nightly
|
||||
cargo install cargo-xbuild
|
||||
- name: Run cargo fmt
|
||||
run: |
|
||||
|
@ -1 +0,0 @@
|
||||
nightly-2019-12-20
|
Loading…
Reference in New Issue
Block a user