Skip to content

Commit

Permalink
no config
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Apr 9, 2024
1 parent 7ce9041 commit d85969b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/parra-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ParraCli < Formula
def install
# Remove unrecognized options if they cause configure to fail
# https://rubydoc.brew.sh/Formula.html#std_configure_args-instance_method
system "./configure", "--disable-silent-rules", *std_configure_args
# system "./configure", "--disable-silent-rules", *std_configure_args
# system "cmake", "-S", ".", "-B", "build", *std_cmake_args

Check failure on line 27 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Comments: Please remove default template comments
end
end

0 comments on commit d85969b

Please sign in to comment.