mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 07:45:34 +00:00
CI: let#s see if this fixes it
This commit is contained in:
parent
bf4796f5a9
commit
fbcf60a0ec
1 changed files with 5 additions and 2 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -50,12 +50,15 @@ jobs:
|
||||||
sudo apt-get install libudev-dev libusb-1.0-0-dev
|
sudo apt-get install libudev-dev libusb-1.0-0-dev
|
||||||
rustup +stable target add thumbv7em-none-eabihf
|
rustup +stable target add thumbv7em-none-eabihf
|
||||||
|
|
||||||
- name: build tools
|
- name: build xtask'ed tools
|
||||||
working-directory: ./tools
|
working-directory: ./xtask
|
||||||
run: |
|
run: |
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
|
|
||||||
|
# todo try xtask basics
|
||||||
|
|
||||||
|
|
||||||
- name: build and fmt beginner/apps
|
- name: build and fmt beginner/apps
|
||||||
working-directory: ./beginner/apps
|
working-directory: ./beginner/apps
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue