Skip to content

Commit

Permalink
Merge pull request #1248 from Homebrew/fix-install-for-gh-again
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Oct 2, 2024
2 parents dca546b + cbaf0e7 commit 8b90458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tests/formulae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ def formula!(formula_name, args:)
install_step_passed ||= begin
test("brew", "install", *install_args,
named_args: formula_name,
env: env.merge({ "HOMEBREW_DEVELOPER" => nil }),
env: env.merge({ "HOMEBREW_DEVELOPER" => nil,
"HOMEBREW_VERIFY_ATTESTATIONS" => verify_attestations }),
ignore_failures:, report_analytics: true)
steps.last.passed?
end
Expand Down

0 comments on commit 8b90458

Please sign in to comment.