mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-08 15:25:33 +00:00
fix CI
This commit is contained in:
parent
4a811d27e1
commit
aa4533359c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
|||
|
||||
- name: install all dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt-get install libudev-dev libusb-1.0-0-dev
|
||||
rustup +stable target add thumbv7em-none-eabihf
|
||||
|
||||
|
|
Loading…
Reference in a new issue