Skip to content

Commit 59ca650

Browse files
committed
debugging
1 parent 59ea147 commit 59ca650

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
@@ -239,7 +239,7 @@ jobs:
239239
export DYLD_LIBRARY_PATH=$(brew --prefix)/lib:${DYLD_LIBRARY_PATH}
240240
ctest -C ${{env.BUILD_TYPE}} --output-on-failure
241241
242-
examplesBenchmarks:
242+
examples_benchmarks:
243243
needs:
244244
dependencies
245245
name: examples_benchmarks (${{matrix.os}}-${{matrix.cxx}}-mpi:${{matrix.mpi}}-openmp:${{matrix.omp}})
@@ -272,7 +272,7 @@ jobs:
272272
cc: gcc-12
273273
- os: macos-14
274274
cxx: g++-12
275-
275+
steps:
276276
- uses: actions/checkout@v4
277277

278278
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)