Skip to content

Commit 6117b72

Browse files
committed
just add the registry
1 parent 883c96a commit 6117b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DowngradeSublibraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
version: ${{ matrix.julia-version }}
4747
- if: ${{ matrix.project == 'lib/OptimizationQuadDIRECT' }}
48-
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
48+
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git"));'
4949
- uses: julia-actions/julia-downgrade-compat@v2
5050
with:
5151
project: ${{ matrix.project }}

0 commit comments

Comments
 (0)