Skip to content

Commit 0c1cff7

Browse files
committed
don't use pkg server
1 parent 607a402 commit 0c1cff7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
- uses: julia-actions/setup-julia@latest
5353
with:
5454
version: '1.2'
55+
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
56+
shell: bash
57+
env:
58+
JULIA_PKG_SERVER: ""
5559
- run: julia --project=docs -e '
5660
using Pkg;
5761
Pkg.develop(PackageSpec(; path=pwd()));

0 commit comments

Comments
 (0)