From 094c454cc3f8e723ded4101da8d6cedfb228043f Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 10 Apr 2021 22:40:19 +0100 Subject: [PATCH] override the default rust --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e7fb6a42..95c1b9ed 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,8 +20,8 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: nightly - target: thumbv4t-none-eabi components: clippy, rust-src + override: true - name: Cache uses: actions/cache@v2.1.1