File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,13 @@ jobs:
139139 uses :
bazel-contrib/[email protected] 140140 with :
141141 bazelrc : common --color=yes
142- - name : Setup Fluxbox and Xvfb
143- if : inputs.os == 'ubuntu' && inputs.browser != ''
144- run : |
145- sudo apt-get -y install fluxbox
146- Xvfb :99 &
147- fluxbox -display :99 &
148- echo "DISPLAY=:99" >> "$GITHUB_ENV"
142+ # - name: Setup Fluxbox and Xvfb
143+ # if: inputs.os == 'ubuntu' && inputs.browser != ''
144+ # run: |
145+ # sudo apt-get -y install fluxbox
146+ # Xvfb :99 &
147+ # fluxbox -display :99 &
148+ # echo "DISPLAY=:99" >> "$GITHUB_ENV"
149149 - name : Set resolution
150150 if : inputs.os == 'windows' && inputs.browser != ''
151151 run : Set-DisplayResolution -Width 1920 -Height 1080 -Force
You can’t perform that action at this time.
0 commit comments