Skip to content

Commit

Permalink
Update rattler-build.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 28, 2024
1 parent 450343b commit be05e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/r/rattler-build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RattlerBuild < Formula
uses_from_macos "zlib"

def install
system "cargo", "install", *std_cargo_args
system "cargo", "install", "--features", "tui", *std_cargo_args

generate_completions_from_executable(bin/"rattler-build", "completion", "--shell")
end
Expand Down

0 comments on commit be05e3d

Please sign in to comment.