Skip to content

Commit

Permalink
fix: Debug core sdk issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 20, 2024
1 parent 371d12d commit 486e11c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ jobs:
if: steps.check_build.outputs.files_exists == 'false' || (github.ref_name == 'main' && github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch')
run: echo "build_cpp_source=false" >> $GITHUB_ENV

- name: Generate native sdk source
if: env.build_cpp_source == 'true'
run: |
.github/workflows/utils.sh generateSource
- name: Clone and Install Thunder
if: env.build_cpp_source == 'true'
id: install_thunder
run: |
.github/workflows/utils.sh cloneAndInstallThunder
- name: Generate native sdk source
if: env.build_cpp_source == 'true'
run: |
.github/workflows/utils.sh generateSource
- name: Build Core SDK CPP
if: env.build_cpp_source == 'true'
id: build_core_cpp
Expand Down

0 comments on commit 486e11c

Please sign in to comment.