From 3bc96c159253da79b03e6a89596799f8579c6b2c Mon Sep 17 00:00:00 2001 From: Jonathan Fischer PEPE Date: Sun, 17 Nov 2024 20:44:31 -0500 Subject: [PATCH] rm xvfb setup step --- .github/workflows/Documentation.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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