Skip to content

Commit

Permalink
tcl-tk: fix ENV["CI"] usage.
Browse files Browse the repository at this point in the history
Part of #70493.
  • Loading branch information
MikeMcQuaid committed Feb 8, 2021
1 parent b8a3bd2 commit a97aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/tcl-tk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def install

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
Expand Down

0 comments on commit a97aa42

Please sign in to comment.