Explorar el Código

specify nightly toolchain for rustup-init

appflowy hace 3 años
padre
commit
08635f1984
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/Makefile

+ 1 - 1
frontend/Makefile

@@ -9,4 +9,4 @@ install_cargo_make:
 
 install_rust:
 	brew bundle
-	rustup-init -y
+	rustup-init -y --default-toolchain=nightly