Skip to content

Commit

Permalink
formula/kubeconfig-bikeshed: add openssl dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <mail@embik.me>
  • Loading branch information
embik committed Nov 20, 2023
1 parent 835c0b7 commit c9ce8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/kubeconfig-bikeshed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class KubeconfigBikeshed < Formula

depends_on "rust" => :build
depends_on "fzf" => :optional
depends_on "openssl"

Check failure on line 10 in Formula/kubeconfig-bikeshed.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

FormulaAudit/DependencyOrder: dependency "openssl" (line 10) should be put before dependency "fzf" (line 9)

def install
system "cargo", "install", *std_cargo_args
Expand Down

0 comments on commit c9ce8c1

Please # to comment.