mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +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
|
||||
steps:
|
||||
- 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:
|
||||
components: clippy, rustfmt
|
||||
|
||||
|
|
Loading…
Reference in a new issue