Skip to content

Commit

Permalink
reinstate core
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Aug 14, 2024
1 parent 4504452 commit cb16086
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb16086

Please sign in to comment.