Skip to content

Commit ffbb27f

Browse files
RoyLinRoyLin
authored andcommitted
fix(ci): fix setup-workspace.sh to match a3s-box-sdk 0.7 path dep
1 parent 6c7cac4 commit ffbb27f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/setup-workspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sed -i.bak \
1313
-e 's|a3s-memory = { version = "0.1", path = "../../memory" }|a3s-memory = "0.1"|' \
1414
-e 's|a3s-lane = { version = "0.4", path = "../../lane" }|a3s-lane = "0.4"|' \
1515
-e 's|a3s-search = { version = "0.8", path = "../../search", default-features = false }|a3s-search = { version = "0.8", default-features = false }|' \
16-
-e 's|a3s-box-sdk = { version = "0.8", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.8", optional = true }|' \
16+
-e 's|a3s-box-sdk = { version = "0.7", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.7", optional = true }|' \
1717
core/Cargo.toml
1818
rm -f core/Cargo.toml.bak
1919

0 commit comments

Comments
 (0)