Skip to content

Commit a51d412

Browse files
committed
[rust] Setup Xvfb if save-recordings is enabled in Linux worker
1 parent 8153924 commit a51d412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
bazelrc: common --color=yes
147147
- name: Setup Fluxbox and Xvfb
148-
if: inputs.os == 'ubuntu'
148+
if: inputs.os == 'ubuntu' && (inputs.browser != '' || inputs.save-recordings)
149149
run: |
150150
sudo apt-get -y install fluxbox
151151
Xvfb :99 &

0 commit comments

Comments
 (0)