File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
sudo apt-get install -y xvfb libgl1 mesa-utils freeglut3-dev xorg-dev \
31
31
libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
32
32
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
40
40
41
41
- name : Install Julia
42
42
uses : julia-actions/setup-julia@latest
You can’t perform that action at this time.
0 commit comments