Skip to content

Commit

Permalink
rm xvfb setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfischer97 committed Nov 18, 2024
1 parent 56dd4c0 commit 3bc96c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bc96c1

Please sign in to comment.