chore(ci): rustup targets

This commit is contained in:
Neko Ayaka
2025-06-09 00:06:12 +08:00
parent 94982e3de3
commit 082ae189fc
+7
View File
@@ -10,4 +10,11 @@ components = [
"rust-analyzer",
"clippy"
]
targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-pc-windows-msvc"
]
profile = "minimal"