Skip to content

Commit a290174

Browse files
authored
Update documentation.yml
1 parent b232e0f commit a290174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
version: '1'
2323
- uses: julia-actions/cache@v2
24-
- name: Install virtual frame buffer
25-
run: sudo apt-get update && sudo apt-get install -y xvfb
24+
- name: Install GLMakie dependencies for headless server # From https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl.
25+
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
2626
- name: Install dependencies
2727
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2828
- name: Build and deploy

0 commit comments

Comments
 (0)