We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044c696 commit 90caf77Copy full SHA for 90caf77
1 file changed
.github/workflows/Test.yml
@@ -52,8 +52,10 @@ jobs:
52
echo "Copied $DEFAULT to $TARGET"
53
fi
54
- name: Install xvfb for headless GL rendering
55
+ if: runner.os == 'Linux'
56
run: sudo apt-get update && sudo apt-get install -y xvfb
57
- name: Start virtual framebuffer
58
59
run: |
60
Xvfb :99 -screen 0 1024x768x24 &
61
echo "DISPLAY=:99" >> $GITHUB_ENV
0 commit comments