Reduce uname usage

This commit is contained in:
Taiki Endo
2026-05-05 05:37:18 +09:00
parent ca67a3acf1
commit fbb8be9fc5
3 changed files with 42 additions and 23 deletions

View File

@@ -27,6 +27,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
# tool: rust@nightly + rustfmt + wasm32-wasip1
```
- Fix issue where x86_64 binary will be installed on AArch64 Windows even when AArch64 Windows binary available.
## [2.76.0] - 2026-05-04
- Support `mdbook-d2`. ([#1737](https://github.com/taiki-e/install-action/pull/1737), thanks @nhu)