mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-17 11:45:26 +00:00
Fix CI
This commit is contained in:
parent
5b589af24f
commit
9358dc6599
1 changed files with 2 additions and 7 deletions
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
|
@ -18,13 +18,8 @@ jobs:
|
|||
- name: check out repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: set up rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: set up actions.rs
|
||||
uses: actions-rs/cargo@v1
|
||||
- name: Use the latest stable release
|
||||
run: rustup update stable && rustup default stable
|
||||
|
||||
- name: cache rust dependencies
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Reference in a new issue