Skip to content

Commit 4ecdc79

Browse files
authored
Update ci.yml
1 parent bfbfbc1 commit 4ecdc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +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 MakieCore#breaking-0.22 Makie#breaking-0.22 GLMakie#breaking-0.22 "
60+
pkg"add MakieCore#master Makie#master GLMakie#master"
6161
Pkg.instantiate()'
6262
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs docs/make.jl
6363
env:

0 commit comments

Comments
 (0)