mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
ci: update stable toolchain for clippy
This commit is contained in:
parent
4b623da2db
commit
5232abc1d5
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test-and-lint.yaml
vendored
5
.github/workflows/test-and-lint.yaml
vendored
|
@ -14,7 +14,10 @@ jobs:
|
||||||
# we use some nightly rustfmt features, so we need nightly toolchain
|
# we use some nightly rustfmt features, so we need nightly toolchain
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
components: clippy, rustfmt
|
components: rustfmt
|
||||||
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
with:
|
||||||
|
components: clippy
|
||||||
|
|
||||||
- name: Install OS dependencies
|
- name: Install OS dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue