We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf91324 commit 59ea147Copy full SHA for 59ea147
.github/workflows/ci.yml
@@ -239,7 +239,7 @@ jobs:
239
export DYLD_LIBRARY_PATH=$(brew --prefix)/lib:${DYLD_LIBRARY_PATH}
240
ctest -C ${{env.BUILD_TYPE}} --output-on-failure
241
242
- examples_benchmarks:
+ examplesBenchmarks:
243
needs:
244
dependencies
245
name: examples_benchmarks (${{matrix.os}}-${{matrix.cxx}}-mpi:${{matrix.mpi}}-openmp:${{matrix.omp}})
0 commit comments