We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b232e0f commit a290174Copy full SHA for a290174
.github/workflows/documentation.yml
@@ -21,8 +21,8 @@ jobs:
21
with:
22
version: '1'
23
- uses: julia-actions/cache@v2
24
- - name: Install virtual frame buffer
25
- run: sudo apt-get update && sudo apt-get install -y xvfb
+ - name: Install GLMakie dependencies for headless server # From https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl.
+ 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
26
- name: Install dependencies
27
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
28
- name: Build and deploy
0 commit comments