mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 06:48:11 +00:00
modifyi workflow
This commit is contained in:
parent
07b7402953
commit
5109900e4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: install all dependencies
|
||||
run: |
|
||||
sudo apt-get install libudev-dev libusb-1.0-0-dev
|
||||
rustup +stable target add thumbv7em-none-eabi
|
||||
rustup +stable target add thumbv7em-none-eabihf
|
||||
|
||||
- name: build tools
|
||||
working-directory: ./tools
|
||||
|
|
Loading…
Reference in a new issue