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.
2 parents dde4f20 + d3c8933 commit b8f45d2Copy full SHA for b8f45d2
.github/workflows/Documentation.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: julia-actions/setup-julia@latest
22
with:
23
- version: '1'
+ version: 'lts'
24
- 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
25
- name: Install dependencies
26
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
0 commit comments