From d523cd9ea39121c3d2955ef95470203399c696b1 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sat, 4 May 2024 20:24:24 +0100 Subject: [PATCH] Attempt to fix workflow not running --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92726f455..3b4e24bf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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: