Skip to content

Commit 3bc96c1

Browse files
rm xvfb setup step
1 parent 56dd4c0 commit 3bc96c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/Documentation.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
sudo apt-get install -y xvfb libgl1 mesa-utils freeglut3-dev xorg-dev \
3131
libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
3232
33-
# Start Xvfb explicitly instead of using xvfb-run
34-
# This gives us more control and visibility into the virtual display setup
35-
- name: Setup virtual framebuffer
36-
run: |
37-
# Start Xvfb and wait for it to be ready
38-
/usr/bin/Xvfb :99 -screen 0 1024x768x24
39-
echo "DISPLAY=:99" >> $GITHUB_ENV
33+
# # Start Xvfb explicitly instead of using xvfb-run
34+
# # This gives us more control and visibility into the virtual display setup
35+
# - name: Setup virtual framebuffer
36+
# run: |
37+
# # Start Xvfb and wait for it to be ready
38+
# /usr/bin/Xvfb :99 -screen 0 1024x768x24
39+
# echo "DISPLAY=:99" >> $GITHUB_ENV
4040

4141
- name: Install Julia
4242
uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)