override the default rust

This commit is contained in:
Corwin Kuiper 2021-04-10 22:40:19 +01:00 committed by Corwin
parent 5ab7893786
commit 094c454cc3

View file

@ -20,8 +20,8 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: nightly
target: thumbv4t-none-eabi
components: clippy, rust-src components: clippy, rust-src
override: true
- name: Cache - name: Cache
uses: actions/cache@v2.1.1 uses: actions/cache@v2.1.1