Rust toolchain stable.
This is supposed to be the default, but it errs out without it.pull/1/head
parent
06dcd39dae
commit
bb37f269f9
|
@ -39,6 +39,7 @@ jobs:
|
|||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue