use cache in no_std

This commit is contained in:
Milo 2021-10-26 09:59:33 +01:00
parent 88e491569a
commit 85abd0120e

View File

@ -79,6 +79,7 @@ jobs:
toolchain: stable
target: thumbv6m-none-eabi
override: true
- uses: Swatinem/rust-cache@v1
- name: Build no_std lib
run: cargo build --target thumbv6m-none-eabi --color=always