ci: correctly use stable toolchain

This commit is contained in:
Robert Jördens 2021-01-08 19:09:42 +01:00 committed by GitHub
parent 96dc13da35
commit 09a7ab2773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
target: thumbv7em-none-eabihf
override: true
components: rustfmt, clippy
@ -29,7 +29,6 @@ jobs:
- uses: actions-rs/clippy-check@v1
continue-on-error: true
with:
toolchain: stable
token: ${{ secrets.GITHUB_TOKEN }}
compile: