Skip to content

Commit 63c577c

Browse files
authored
add version bump prs in dependencies for CI
1 parent 41a60c2 commit 63c577c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ jobs:
5353
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '
5454
using Pkg
5555
Pkg.develop(PackageSpec(path=pwd()))
56-
pkg"add MeshIO#ff/GeometryBasics_refactor MakieCore#breaking-0.22 Makie#breaking-0.22 GLMakie#breaking-0.22"
56+
pkg"add https://github.com/ffreyer/FreeTypeAbstraction.jl.git#ff/GeometryBasics_refactor"
57+
pkg"add https://github.com/ffreyer/GridLayoutBase.jl.git#ff/GeometryBasic_refactor"
58+
pkg"add https://github.com/ffreyer/Packing.jl.git#ff/GeometryBasics_refactor"
59+
pkg"add https://github.com/ffreyer/RadeonProRender.jl.git#ff/GeometryBasic_refactor"
60+
pkg"add MeshIO#ff/GeometryBasics_refactor MakieCore#breaking-0.22 Makie#breaking-0.22 GLMakie#breaking-0.22 "
5761
Pkg.instantiate()'
5862
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs docs/make.jl
5963
env:

0 commit comments

Comments
 (0)