cross-rs / cross

“Zero setup” cross compilation and “cross testing” of Rust crates
Apache License 2.0
6.21k stars 354 forks source link

Update `taiki-e/install-action` to `v2` #1484

Closed thirteenowls closed 2 months ago

thirteenowls commented 2 months ago

Fixes the cargo-llvm-cov action breaking on Windows runners since dtolnay/rust-toolchain started setting CARGO_HOME.

I pinned the cargo-llvm-cov version to 0.5.3, the one currently used, to change as few things as possible.

No changelog entry included, since this only affects CI.