testing windows build (#2770)

This commit is contained in:
Max Novich
2025-06-04 15:12:44 -07:00
committed by GitHub
parent db975fe4bc
commit a24ee7e170
6 changed files with 90 additions and 96 deletions
+5 -1
View File
@@ -8,4 +8,8 @@ version = "1.0.24"
authors = ["Block <ai-oss-tools@block.xyz>"]
license = "Apache-2.0"
repository = "https://github.com/block/goose"
description = "An AI agent"
description = "An AI agent"
# Patch for Windows cross-compilation issue with crunchy
[patch.crates-io]
crunchy = { git = "https://github.com/nmathewson/crunchy", branch = "cross-compilation-fix" }