We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef10777 commit b75a786Copy full SHA for b75a786
.github/workflows/Downstream.yml
@@ -54,7 +54,7 @@ jobs:
54
Pkg.Registry.update()
55
# Install packages present in subdirectories
56
dev_pks = Pkg.PackageSpec[]
57
- Pkg.develop(map(path -> Pkg.PackageSpec.(;path="/lib/$(path)"), readdir("./lib")));
+ Pkg.develop(map(path -> Pkg.PackageSpec.(;path="lib/$(path)"), readdir("./lib")));
58
Pkg.instantiate()
59
- name: Clone Downstream
60
uses: actions/checkout@v4
0 commit comments