tcl-tk: fix ENV["CI"] usage.
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:
Mike McQuaid
2021-02-08 11:45:45 +00:00
committed by mleosu
parent 6249d09795
commit 42646f4600

View File

@@ -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