We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907695f commit bba0691Copy full SHA for bba0691
Cargo.toml
@@ -11,7 +11,7 @@ ci = ["github"]
11
# The installers to generate for each app
12
installers = []
13
# Target platforms to build apps for (Rust target-triple syntax)
14
-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"]
15
# Publish jobs to run in CI
16
pr-run-mode = "plan"
17
# Skip checking whether the specified configuration files are up to date
0 commit comments