From bf92c5be38f56f711aa1b227e0e620cb5fd7dfcd Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 17 Aug 2024 12:02:14 -0600 Subject: [PATCH] remove windows binary for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9da042f..0d463e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,6 @@ ci = "github" # The installers to generate for each app installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] # Publish jobs to run in CI pr-run-mode = "plan"