aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index cdfe354ce..17b8353e3 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
18 - uses: actions-rs/toolchain@v1 18 - uses: actions-rs/toolchain@v1
19 with: 19 with:
20 toolchain: nightly 20 toolchain: nightly
21 components: rust-src 21 components: rust-src, rustfmt
22 override: true 22 override: true
23 - name: install 23 - name: install
24 run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi 24 run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi