We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--component
rustup toolchain install
1 parent 6472b78 commit 2ed6c18Copy full SHA for 2ed6c18
.github/workflows/build.yml
@@ -61,5 +61,5 @@ jobs:
61
timeout-minutes: 2
62
steps:
63
- uses: actions/checkout@v1
64
- - run: rustup install nightly -c rustfmt
+ - run: rustup toolchain install nightly --profile minimal --component rustfmt
65
- run: cargo +nightly fmt -- --check
0 commit comments