From 531e49a4cf9b95fa541af7a078bbb04b5d86a1f9 Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Mon, 18 Nov 2024 22:47:04 -0800 Subject: [PATCH] ci: remove failing windows build --- dist-workspace.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 6c85944..bc512d1 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -10,6 +10,8 @@ ci = "github" # The installers to generate for each app installers = [] # 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"] # Which actions to run on pull requests pr-run-mode = "plan" +# Whether to consider the binaries in a package for distribution (defaults true) +dist = true