Skip to content

Commit 808d373

Browse files
committed
Mark windows hosts as having existing display (no xvfb display mgr)
1 parent 72cff59 commit 808d373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/arduino_ci/display_manager.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def initialize
3434
# @return [bool] whether there is already a GUI that can accept windows
3535
def existing_display?
3636
return true if RUBY_PLATFORM.include? "darwin"
37+
return true if Host.os == :windows
3738
return false if ENV["DISPLAY"].nil?
3839
return true if ENV["DISPLAY"].include? ":"
3940
false

0 commit comments

Comments
 (0)