setup-rust
setup-rust copied to clipboard
A maintained GitHub action for setting up Rust and Cargo.
Fixes #32 `GITHUB_JOB` is unfortunately not enough to discriminate between matrix branches, and there is no built-in identifier from github actions available in the environment variable to do so as...
I get the following error when using `moonrepo/setup-rust@v1` in a GitHub Actions matrix for parallel builds. ``` Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict:...
Runner: `depot-ubuntu-24.04-arm-16` Workflow step : ```yaml - name: Install toolchain uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2 with: components: clippy cache-base: main ``` ```bash Setting cargo environment variables Adding ~/.cargo/bin to PATH Detecting...