Skip to content

Commit

Permalink
Fix script oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Sep 7, 2024
1 parent 39a4b24 commit e21c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustc -V
cargo -V

# Build Rust binaries
cargo build ${FEATURES:+--features $FEATURES} jemalloc --release
cargo build ${FEATURES:+--features $FEATURES} --release

cargo test --release

Expand Down

0 comments on commit e21c239

Please sign in to comment.