diff --git a/build-native.sh b/build-native.sh index 67d68d9b3..687a144c0 100755 --- a/build-native.sh +++ b/build-native.sh @@ -51,6 +51,9 @@ echo -e "new build-checksum: \n$new_checksum\n========" if [ "$new_checksum" != "$old_checksum" ]; then export RUSTFLAGS=${RUSTFLAGS:-"-C target-cpu=native"} + echo "Running rustup update nightly..." + rustup update nightly + echo "Running cargo fix..." cargo fix --all --allow-dirty --allow-staged --allow-no-vcs