1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-13 03:03:08 +00:00

Make Julia version correct in docs CI

This commit is contained in:
Thomas A. Christensen II 2021-08-09 20:47:26 -05:00
parent 74f15be400
commit c318ded0a6
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -19,8 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- run: sudo apt-get install xvfb -y
with:
version: '1.5'
- run: sudo apt-get install xvfb -y
- run: xvfb-run --auto-servernum julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- run: xvfb-run --auto-servernum julia --project=docs/ docs/make.jl