diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index d8ac17133..f501fb885 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -30,13 +30,13 @@ jobs: sudo apt-get install -y xvfb libgl1 mesa-utils freeglut3-dev xorg-dev \ libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev - # Start Xvfb explicitly instead of using xvfb-run - # This gives us more control and visibility into the virtual display setup - - name: Setup virtual framebuffer - run: | - # Start Xvfb and wait for it to be ready - /usr/bin/Xvfb :99 -screen 0 1024x768x24 - echo "DISPLAY=:99" >> $GITHUB_ENV + # # Start Xvfb explicitly instead of using xvfb-run + # # This gives us more control and visibility into the virtual display setup + # - name: Setup virtual framebuffer + # run: | + # # Start Xvfb and wait for it to be ready + # /usr/bin/Xvfb :99 -screen 0 1024x768x24 + # echo "DISPLAY=:99" >> $GITHUB_ENV - name: Install Julia uses: julia-actions/setup-julia@latest