tcl-tk: fix ENV["CI"] usage.
Some checks failed
Publish and commit bottles on schedule / autopublish (push) Has been cancelled
Some checks failed
Publish and commit bottles on schedule / autopublish (push) Has been cancelled
Part of https://github.com/Homebrew/homebrew-core/issues/70493.
This commit is contained in:
@@ -138,7 +138,7 @@ class TclTk < Formula
|
||||
|
||||
on_linux do
|
||||
# Fails with: no display name and no $DISPLAY environment variable
|
||||
return if ENV["CI"]
|
||||
return if ENV["HOMEBREW_GITHUB_ACTIONS"]
|
||||
end
|
||||
|
||||
test_itk = <<~EOS
|
||||
|
||||
Reference in New Issue
Block a user