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

Allow actions-rs/grcov to fail #1552

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Commits on Mar 1, 2024

  1. Allow actions-rs/grcov to fail

    because recently it started failing with:
    
      Error: failed to compile `grcov v0.8.19`, intermediate artifacts can be found at `/var/folders/h1/8hndypj13nsbj5pn4xsnv1tm0000gn/T/cargo-installyBLQUt`
      Caused by:
        package `clap_lex v0.7.0` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.72.0-nightly
        Try re-running cargo install with `--locked`
    
    and this actions doesn't allow control over how `cargo install` is
    executed internally
    atodorov committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3fe301c View commit details
    Browse the repository at this point in the history