Skip to content

Commit b8f45d2

Browse files
Merge pull request #3164 from SciML/ChrisRackauckas-patch-6
Update Documentation.yml to build docs with LTS
2 parents dde4f20 + d3c8933 commit b8f45d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: julia-actions/setup-julia@latest
2222
with:
23-
version: '1'
23+
version: 'lts'
2424
- 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
2525
- name: Install dependencies
2626
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

Comments
 (0)