From 1541128eb641d85881d4715938d27da5ab352ba3 Mon Sep 17 00:00:00 2001 From: 844196 <844196@users.noreply.github.com> Date: Sun, 20 Jul 2025 20:58:07 +0900 Subject: [PATCH] :boom: Stop x86 Windows binary release --- mise.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/mise.toml b/mise.toml index 88e8404..0da803b 100644 --- a/mise.toml +++ b/mise.toml @@ -23,7 +23,6 @@ depends = [ 'build:internal aarch64-unknown-linux-gnu', 'build:internal x86_64-apple-darwin', 'build:internal aarch64-apple-darwin', - 'build:internal x86_64-pc-windows-msvc', ] [tasks.'build:internal']