Skip to content

Commit 3f4dc66

Browse files
committed
fix3
1 parent 247b219 commit 3f4dc66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ jobs:
397397
- run:
398398
name: Run X11
399399
command: |
400-
Xvfb :99 -screen 0 1920x1080x24 &
401-
sleep 3
402-
fluxbox &
400+
Xvfb :99 -screen 0 1920x1080x24 &
401+
sleep 3
402+
fluxbox &
403403
# - run:
404404
# name: Clone mocked RDI server
405405
# command: |

0 commit comments

Comments
 (0)