Skip to content

Commit

Permalink
remove py2wasm from plugin install list (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 authored Feb 28, 2024
1 parent 60803e2 commit bb1a6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/spin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def post_install
system "#{bin}/spin", "templates", "install", "--git", "https://github.com/fermyon/spin-js-sdk", "--upgrade"
system "#{bin}/spin", "plugins", "update"
system "#{bin}/spin", "plugins", "install", "js2wasm", "--yes"
system "#{bin}/spin", "plugins", "install", "py2wasm", "--yes"
system "#{bin}/spin", "plugins", "install", "cloud", "--yes"
end

Expand Down

0 comments on commit bb1a6cc

Please sign in to comment.