Skip to content

Commit b75a786

Browse files
committed
no slash?
1 parent ef10777 commit b75a786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
Pkg.Registry.update()
5555
# Install packages present in subdirectories
5656
dev_pks = Pkg.PackageSpec[]
57-
Pkg.develop(map(path -> Pkg.PackageSpec.(;path="/lib/$(path)"), readdir("./lib")));
57+
Pkg.develop(map(path -> Pkg.PackageSpec.(;path="lib/$(path)"), readdir("./lib")));
5858
Pkg.instantiate()
5959
- name: Clone Downstream
6060
uses: actions/checkout@v4

0 commit comments

Comments
 (0)