mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-08 15:25:33 +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
|
||||
rustup +stable target add thumbv7em-none-eabihf
|
||||
|
||||
- name: build tools
|
||||
working-directory: ./tools
|
||||
- name: build xtask'ed tools
|
||||
working-directory: ./xtask
|
||||
run: |
|
||||
cargo build --verbose
|
||||
cargo fmt --all -- --check
|
||||
|
||||
# todo try xtask basics
|
||||
|
||||
|
||||
- name: build and fmt beginner/apps
|
||||
working-directory: ./beginner/apps
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue