Skip to content

Commit 90caf77

Browse files
committed
And now
1 parent 044c696 commit 90caf77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ jobs:
5252
echo "Copied $DEFAULT to $TARGET"
5353
fi
5454
- name: Install xvfb for headless GL rendering
55+
if: runner.os == 'Linux'
5556
run: sudo apt-get update && sudo apt-get install -y xvfb
5657
- name: Start virtual framebuffer
58+
if: runner.os == 'Linux'
5759
run: |
5860
Xvfb :99 -screen 0 1024x768x24 &
5961
echo "DISPLAY=:99" >> $GITHUB_ENV

0 commit comments

Comments
 (0)