Skip to content

Commit

Permalink
Attempt to fix workflow not running
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored May 4, 2024
1 parent 80cfb48 commit d523cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
${{ matrix.cling=='On' && 'cling' || '' }}
key: ${{ steps.cache.outputs.cache-primary-key }}

CppInterOp_and_cppyy_build:
cppinterop_and_cppyy_build:
needs: [build_cache]
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -1070,7 +1070,7 @@ jobs:
timeout-minutes: 30

emscripten_wasm:
needs: [CppInterOp_and_cppyy_build]
needs: [cppinterop_and_cppyy_build]
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit d523cd9

Please sign in to comment.