Skip to content

Commit

Permalink
Fix build script by removing nightly for general builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrumac committed Oct 31, 2024
1 parent 44cba18 commit d60c4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ for TARGET in \
do
rustup target add $TARGET
echo "Building for $TARGET"
cargo +nightly build --target=$TARGET --lib --release
cargo build --target=$TARGET --lib --release
done

# For visionOS device
Expand Down

0 comments on commit d60c4b5

Please sign in to comment.