We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbee6a commit 88bbd1cCopy full SHA for 88bbd1c
.github/workflows/build-debug.yml
@@ -182,6 +182,7 @@ jobs:
182
echo ${{ steps.version.outputs.webrtc_build_version }} > sora-cpp-sdk/_install/${{ matrix.platform.name }}/debug/webrtc.version
183
- name: Build sora-cpp-sdk
184
if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true'
185
+ working-directory: sora-cpp-sdk
186
run: python3 run.py --debug ${{ matrix.platform.name }}
187
188
# # sora-python-sdk
0 commit comments