Remove toolchain parameter for workflow

It seems the github action will pick up the rust-toolchain file and if
we specify it as an input, it will have a higher priority
This commit is contained in:
Jean-Michel Picod
2020-02-28 16:32:20 +01:00
parent c8ac2baca3
commit 578742034e
7 changed files with 0 additions and 14 deletions

View File

@@ -19,9 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: thumbv7em-none-eabi
override: true
- uses: actions/setup-python@v1
with:
python-version: 3.7