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
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
toolchain: stable
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue