Skip to content

Commit bfbfbc1

Browse files
authored
Get docs building again
1 parent 02ed799 commit bfbfbc1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '
5858
using Pkg
5959
Pkg.develop(PackageSpec(path=pwd()))
60-
pkg"add https://github.com/ffreyer/FreeTypeAbstraction.jl.git#ff/GeometryBasics_refactor"
61-
pkg"add https://github.com/ffreyer/GridLayoutBase.jl.git#ff/GeometryBasic_refactor"
62-
pkg"add https://github.com/ffreyer/Packing.jl.git#ff/GeometryBasics_refactor"
63-
pkg"add MeshIO#ff/GeometryBasics_refactor ShaderAbstractions#ff/GeometryBasics_refactor MakieCore#breaking-0.22 Makie#breaking-0.22 GLMakie#breaking-0.22 "
60+
pkg"add MakieCore#breaking-0.22 Makie#breaking-0.22 GLMakie#breaking-0.22 "
6461
Pkg.instantiate()'
6562
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs docs/make.jl
6663
env:

0 commit comments

Comments
 (0)