Specify toolchain on GitHub Actions
This commit is contained in:
parent
2dfaa8d428
commit
3d29163f39
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
- name: Installing Rust toolchain
|
- name: Installing Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
|
|
Loading…
Reference in a new issue