Skip to content

Commit f6557c6

Browse files
RoyLinRoyLin
authored andcommitted
fix(sdk): use crates.io a3s-ahp instead of local path in Node SDK
The local path ../../../ahp doesn't exist in GitHub Actions runners, causing build failures. Use the published crates.io version instead, matching the Python SDK configuration.
1 parent 3eb3737 commit f6557c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
a3s-code-core = { version = "1.0", path = "../../core", features = ["ahp"] }
15-
a3s-ahp = { version = "2.0", path = "../../../ahp", features = ["all-transports"] }
15+
a3s-ahp = { version = "2.0", features = ["all-transports"] }
1616
napi = { version = "2", features = ["async", "napi6", "serde-json"] }
1717
napi-derive = "2"
1818
tokio = { version = "1.35", features = ["full"] }

0 commit comments

Comments
 (0)