Skip to content

Commit ff5ec52

Browse files
committed
Don’t bother installing rustup
1 parent 963395b commit ff5ec52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ defmodule ComponentsGuide.MixProject do
8080
"phx.digest"
8181
],
8282
production_build: [
83-
"cmd rustup install stable",
84-
"cmd rustup default stable",
83+
# "cmd rustup install stable",
84+
# "cmd rustup default stable",
8585
"setup",
8686
"assets.deploy",
8787
"compile"

0 commit comments

Comments
 (0)