Skip to content

Commit

Permalink
Update ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck authored Aug 16, 2024
1 parent 83a015c commit b620fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CRATES=("macros" "cookie-cutter" "dispatch-bundle")
# build

for TARGET in "${TARGETS[@]}"; do
rustup target add "$TARGET"
for CRATE in "${CRATES[@]}"; do
cargo build -p "$CRATE" --target "$TARGET"
done
Expand Down

0 comments on commit b620fba

Please sign in to comment.