Skip to content

Commit

Permalink
ci: remove failing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdonnelly committed Nov 19, 2024
1 parent 4a8179e commit 531e49a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 531e49a

Please # to comment.