Skip to content

Commit ca908db

Browse files
SebastianM-Cclaude
andcommitted
fix julia-downgrade-compat@v2 usage
Co-authored-by: Claude <[email protected]>
1 parent a2c27d6 commit ca908db

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
@@ -48,7 +48,7 @@ jobs:
4848
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:
51-
project: ${{ matrix.project }}
51+
projects: ${{ matrix.project }}
5252
skip: Pkg,TOML,LinearAlgebra,Logging,Printf,Random,SparseArrays,Test
5353
- uses: julia-actions/julia-buildpkg@v1
5454
with:

0 commit comments

Comments
 (0)