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
setup-rust action takes around 1min even though it is cached. Most likely the rustup binary and few other items are not cached.
setup-rust/src/cargo.ts
Lines 105 to 112 in deec13b
Setting cargo environment variables Adding ~/.cargo/bin to PATH rustup does not exist, attempting to install Downloaded installation script to /tmp/rustup-init [command]/tmp/rustup-init --default-toolchain none -y info: downloading installer info: profile set to 'default' info: default host triple is x86_64-unknown-linux-gnu info: skipping toolchain installation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
setup-rust action takes around 1min even though it is cached. Most likely the rustup binary and few other items are not cached.
setup-rust/src/cargo.ts
Lines 105 to 112 in deec13b
The text was updated successfully, but these errors were encountered: