mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
codegen: cargo-llvm-cov 0.6.24+ provides AArch64 Windows binary
This commit is contained in:
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Support installing native binary for `cargo-llvm-cov` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)
|
||||||
|
|
||||||
## [2.67.3] - 2026-01-22
|
## [2.67.3] - 2026-01-22
|
||||||
|
|
||||||
- Update `zola@latest` to 0.22.1.
|
- Update `zola@latest` to 0.22.1.
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"x86_64_windows": {},
|
"x86_64_windows": {},
|
||||||
"aarch64_linux_musl": {},
|
"aarch64_linux_musl": {},
|
||||||
"aarch64_macos": {},
|
"aarch64_macos": {},
|
||||||
|
"aarch64_windows": {},
|
||||||
"powerpc64le_linux_musl": {},
|
"powerpc64le_linux_musl": {},
|
||||||
"riscv64_linux_musl": {},
|
"riscv64_linux_musl": {},
|
||||||
"s390x_linux_gnu": {}
|
"s390x_linux_gnu": {}
|
||||||
|
|||||||
Reference in New Issue
Block a user