Skip to content

Commit 41c5c16

Browse files
committed
lib
1 parent cb3c1e3 commit 41c5c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
using Pkg
5959
try
6060
# force it to use this PR's version of the package
61-
Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
61+
Pkg.develop(map(path ->Pkg.PackageSpec.(;path="lib/$(path)"), readdir("./lib")));
6262
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
6363
Pkg.update()
6464
Pkg.test(coverage=true) # resolver may fail with test time deps

0 commit comments

Comments
 (0)