Skip to content

Commit

Permalink
Move to maintained rust installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo authored and Wasabi375 committed Mar 18, 2023
1 parent df0cde9 commit 520db34
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nostd.yml
Expand Up @@ -11,12 +11,13 @@ jobs:
matrix:
target: [thumbv7m-none-eabi, aarch64-unknown-none]
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: ${{ matrix.target }}
- uses: actions/checkout@v3
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: rustup target add ${{ matrix.target }}
run: rustup target add ${{ matrix.target }}
- name: cargo check
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 520db34

Please sign in to comment.