Skip to content

Commit 6835550

Browse files
committed
fix(ci): add a3s-box-sdk to setup-workspace.sh path replacement
1 parent aa89a4d commit 6835550

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/setup-workspace.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sed -i.bak \
1313
-e 's|a3s-lane = { version = "0.4", path = "../../lane" }|a3s-lane = "0.4"|' \
1414
-e 's|a3s-cron = { version = "0.1", path = "../../cron" }|a3s-cron = "0.1.2"|' \
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.5", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.5", optional = true }|' \
1617
core/Cargo.toml
1718
rm -f core/Cargo.toml.bak
1819

0 commit comments

Comments
 (0)