Skip to content

Commit d1f1d90

Browse files
committed
try to fix downgrade ci
1 parent 39541b0 commit d1f1d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: julia-actions/setup-julia@v2
2424
with:
2525
version: ${{ matrix.julia-version }}
26+
- run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git"));'
2627
- uses: julia-actions/julia-downgrade-compat@v2
2728
with:
2829
skip: Pkg,TOML

0 commit comments

Comments
 (0)