Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add only rustfmt on Checking fmt and docs actions #414

Merged
merged 1 commit into from
Nov 1, 2019

Conversation

k-nasa
Copy link
Member

@k-nasa k-nasa commented Oct 30, 2019

Recently, I often see ci failed on this error message.

/usr/share/rust/.cargo/bin/rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  /home/runner/.rustup

stable-x86_64-unknown-linux-gnu (default)
rustc 1.38.0 (625451e37 2019-09-23)
/usr/share/rust/.cargo/bin/rustup toolchain install nightly-2019-10-29-x86_64-unknown-linux-gnu
info: syncing channel updates for 'nightly-2019-10-29-x86_64-unknown-linux-gnu'
info: latest update on 2019-10-29, rust version 1.40.0-nightly (b497e1899 2019-10-28)
error: component 'clippy' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel nightly-2019-10-29
##[error]The process '/usr/share/rust/.cargo/bin/rustup' failed with exit code 1
##[error]Node run failed with exit code 1

All we need is rustfmt, but it looks like CI are trying to install clippy.
This PR will solve it.

Thanks!

@k-nasa k-nasa mentioned this pull request Oct 30, 2019
@felipesere
Copy link
Contributor

Oh this would unblock my PR 😬

@ghost ghost requested review from yoshuawuyts and skade November 1, 2019 00:37
Copy link
Contributor

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. Thanks heaps!

@yoshuawuyts yoshuawuyts merged commit c1e8517 into async-rs:master Nov 1, 2019
@k-nasa k-nasa deleted the fix_github_actions branch November 1, 2019 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants