mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-01-06 08:09:09 +00:00
ci: use nightly toolchain for rustfmt
This commit is contained in:
parent
7057211564
commit
76a78f462a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-and-lint.yaml
vendored
3
.github/workflows/test-and-lint.yaml
vendored
|
@ -11,7 +11,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
# we use some nightly rustfmt features, so we need nightly toolchain
|
||||||
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
components: clippy, rustfmt
|
components: clippy, rustfmt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue