setup-rust icon indicating copy to clipboard operation
setup-rust copied to clipboard

A maintained GitHub action for setting up Rust and Cargo.

Results 2 setup-rust issues
Sort by recently updated
recently updated
newest added

before build; Attempting to restore cache Generating cache key Cache does not exist using key setup-rustcargo-v1-win32-d94c355bca58aa4c0186140d125e989ab8395e82 after build: Size changed 1.63 GB => 313.25 MB (-1.32 GB, -80.81%) Cleaning target/release...

setup-rust action takes around 1min even though it is cached. Most likely the rustup binary and few other items are not cached. https://github.com/moonrepo/setup-rust/blob/deec13b3d0b5422af3f5cf858ddacfde8dfa254f/src/cargo.ts#L105-L112 ``` Setting cargo environment variables Adding ~/.cargo/bin...