Skip to content

Commit b620fba

Browse files
authored
Update ci.sh
1 parent 83a015c commit b620fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CRATES=("macros" "cookie-cutter" "dispatch-bundle")
1010
# build
1111

1212
for TARGET in "${TARGETS[@]}"; do
13+
rustup target add "$TARGET"
1314
for CRATE in "${CRATES[@]}"; do
1415
cargo build -p "$CRATE" --target "$TARGET"
1516
done

0 commit comments

Comments
 (0)