diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index aa5fe435b..45fa40f8f 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -32,7 +32,7 @@ jobs: name: thunder path: /__w/firebolt-apis/install/ - firebolt-openrpc: + openrpc: name: Build firebolt-openrpc artifacts runs-on: ubuntu-latest container: @@ -86,7 +86,7 @@ jobs: core_sdk: name: Build Core SDK - needs: [thunder, Release] + needs: [thunder, openrpc] runs-on: ubuntu-latest container: image: kevinshahfws/node-c:3.0 @@ -113,7 +113,7 @@ jobs: manage_sdk: name: Build Manage SDK - needs: [thunder, Release] + needs: [thunder, openrpc] runs-on: ubuntu-latest container: image: kevinshahfws/node-c:3.0 @@ -140,7 +140,7 @@ jobs: dicovery_sdk: name: Build Dicovery SDK - needs: [thunder, Release] + needs: [thunder, openrpc] runs-on: ubuntu-latest container: image: kevinshahfws/node-c:3.0