OK, it seems we have to specify a toolchain.
This commit is contained in:
parent
e7ed6855c9
commit
5b961db0ad
4
.github/workflows/ci_checks.yml
vendored
4
.github/workflows/ci_checks.yml
vendored
@ -40,6 +40,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
linting:
|
linting:
|
||||||
name: Linting
|
name: Linting
|
||||||
@ -50,6 +52,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
toolchain: stable
|
||||||
components: clippy
|
components: clippy
|
||||||
- uses: actions-rs/clippy-check@v1
|
- uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
@ -64,5 +67,6 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
toolchain: stable
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- run: cargo fmt -- --check
|
- run: cargo fmt -- --check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user