Skip to content

Commit d453f4e

Browse files
committed
Another try
1 parent d3a6d66 commit d453f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- uses: julia-actions/cache@v1
3030
- uses: julia-actions/julia-buildpkg@v1
3131
with:
32-
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || 'lib/${{ matrix.pkg }}' }}"
32+
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{{lib/{0}}}', matrix.pkg) }}"
3333
- uses: julia-actions/julia-runtest@v1
3434
with:
35-
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || 'lib/${{ matrix.pkg }}' }}"
35+
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{{lib/{0}}}', matrix.pkg) }}"
3636
- uses: julia-actions/julia-processcoverage@v1
3737
- uses: codecov/codecov-action@v3
3838
with:

0 commit comments

Comments
 (0)