From 44f5e544aa323c911f2147f6a882266b09f9906e Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 19 Nov 2023 13:48:28 -0800 Subject: [PATCH] ci: remove powershell installation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index feffd27b..8a527ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ cargo-dist-version = "0.4.3" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = ["shell", "powershell", "homebrew", "msi"] +installers = ["shell", "homebrew", "msi"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI