Skip to content

Commit

Permalink
Merge pull request #3164 from SciML/ChrisRackauckas-patch-6
Browse files Browse the repository at this point in the history
Update Documentation.yml to build docs with LTS
  • Loading branch information
ChrisRackauckas authored Oct 29, 2024
2 parents dde4f20 + d3c8933 commit b8f45d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1'
version: 'lts'
- 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
- name: Install dependencies
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
Expand Down

0 comments on commit b8f45d2

Please sign in to comment.