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 93533f6 commit e3be645Copy full SHA for e3be645
.github/workflows/CI.yml
@@ -30,10 +30,10 @@ jobs:
30
- uses: julia-actions/cache@v1
31
- uses: julia-actions/julia-buildpkg@v1
32
with:
33
- project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{lib/{0}}', matrix.pkg) }}"
+ project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('lib/{0}', matrix.pkg) }}"
34
- uses: julia-actions/julia-runtest@v1
35
36
37
- uses: julia-actions/julia-processcoverage@v1
38
- uses: codecov/codecov-action@v3
39
0 commit comments