Fix "can't find crate for std" for stm32-metapac-gen deps.

This commit is contained in:
Dario Nieuwenhuis
2021-07-13 05:47:10 +02:00
parent 549ddf7fc8
commit 1d64421fb4
9 changed files with 34 additions and 28 deletions

View File

@ -142,4 +142,4 @@ jobs:
with:
toolchain: stable
- name: Generate pregenerated metapac
run: cd stm32-metapac/gen; cargo run --release
run: cd stm32-metapac-gen; cargo run --release