We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For reference - https://github.com/AcalaNetwork/Acala/blob/master/.github/workflows/test.yml#L39
The text was updated successfully, but these errors were encountered:
Revert the CI workaround #571 which pins the tests and publish-draft-release workflows to:
rustup toolchain install nightly-2022-07-10-x86_64-unknown-linux-gnu rustup target add wasm32-unknown-unknown --toolchain nightly-2022-07-10-x86_64-unknown-linux-gnu
Sorry, something went wrong.
Cargo supports [toolchain] section.
[toolchain]
[toolchain] channel = "nightly-2022-07-10" components = [ "rustfmt", "clippy" ] targets = [ "wasm32-unknown-unknown" ]
resolved by eb05731
Dengjianping
No branches or pull requests
For reference - https://github.com/AcalaNetwork/Acala/blob/master/.github/workflows/test.yml#L39
The text was updated successfully, but these errors were encountered: