Only use musl binaries for nextest if glibc isn't available

Closes #13
This commit is contained in:
Taiki Endo
2022-07-26 11:21:16 +09:00
parent 7e5692dc7d
commit 92705122ed
2 changed files with 14 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Only use musl binaries for nextest if glibc isn't available. See [#13](https://github.com/taiki-e/install-action/issues/13) for more.
## [1.7.0] - 2022-07-25
- Install Rust-related binaries to `/usr/local/bin` when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available.