From cb16086b746265673db7aa115df1ae899b60f2c6 Mon Sep 17 00:00:00 2001 From: Keaton Sentak Date: Wed, 14 Aug 2024 10:46:05 -0400 Subject: [PATCH] reinstate core --- .github/workflows/release-github.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index eb34aaf88..c7a8d59e0 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -115,11 +115,11 @@ jobs: id: install_thunder run: | .github/workflows/utils.sh cloneAndInstallThunder - # - name: Build Core SDK CPP - # if: env.build_cpp_source == 'true' - # id: build_core_cpp - # run: | - # .github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION + - name: Build Core SDK CPP + if: env.build_cpp_source == 'true' + id: build_core_cpp + run: | + .github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION - name: Build Manage SDK CPP if: env.build_cpp_source == 'true' id: build_manage_cpp