Skip to content

Commit

Permalink
ci: drop dist windows for now (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Oct 7, 2024
1 parent b6edd07 commit f7491fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
# TODO(tisonkun): figure out how to build on windows and make a regression coverage
# "x86_64-pc-windows-msvc",
]

[profile.dist]
Expand Down

0 comments on commit f7491fe

Please sign in to comment.