CI: let#s see if this fixes it

This commit is contained in:
Lotte Steenbrink 2021-01-26 11:18:39 +01:00
parent bf4796f5a9
commit fbcf60a0ec

View file

@ -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: |