aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rt-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rt-ci.yml')
-rw-r--r--.github/workflows/rt-ci.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/rt-ci.yml b/.github/workflows/rt-ci.yml
index 88ce85e..318c23a 100644
--- a/.github/workflows/rt-ci.yml
+++ b/.github/workflows/rt-ci.yml
@@ -24,11 +24,9 @@ jobs:
working-directory: cortex-m-rt
steps:
- uses: actions/checkout@v4
- - uses: actions-rs/toolchain@v1
+ - uses: dtolnay/rust-toolchain@master
with:
- profile: minimal
toolchain: ${{ matrix.rust }}
- override: true
- name: Install all Rust targets for ${{ matrix.rust }}
run: rustup target install --toolchain=${{ matrix.rust }} thumbv6m-none-eabi thumbv7m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv8m.base-none-eabi thumbv8m.main-none-eabi thumbv8m.main-none-eabihf
- name: Install qemu and gcc
@@ -63,11 +61,7 @@ jobs:
working-directory: cortex-m-rt
steps:
- uses: actions/checkout@v4
- - uses: actions-rs/toolchain@v1
- with:
- profile: minimal
- toolchain: stable
- override: true
+ - uses: dtolnay/rust-toolchain@stable
- name: Install all Rust targets
run: rustup target install thumbv6m-none-eabi thumbv7m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv8m.base-none-eabi thumbv8m.main-none-eabi thumbv8m.main-none-eabihf
- name: Build examples for thumbv6m-none-eabi