Skip to content

Commit c02f11a

Browse files
clone registry just before developing project
1 parent 3d0fb91 commit c02f11a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
- uses: julia-actions/setup-julia@v1
5353
with:
5454
version: '1.5'
55-
- uses: julia-actions/julia-buildpkg@latest
5655
- run: |
5756
julia --project=docs -e '
5857
using Pkg
58+
VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General"))
59+
Pkg.Registry.add("General")
5960
Pkg.develop(PackageSpec(path=pwd()))
6061
Pkg.instantiate()'
6162
- run: julia --project=docs docs/make.jl

0 commit comments

Comments
 (0)