File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed
Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9393 - name : Get versions
9494 id : version
9595 run : |
96- source sora-python-sdk/VERSION
96+ source sora-python-sdk/DEPS
9797 echo "webrtc_build_version=${WEBRTC_BUILD_VERSION}" >> $GITHUB_OUTPUT
9898 echo "sora_cpp_sdk_version=${SORA_CPP_SDK_VERSION}" >> $GITHUB_OUTPUT
9999 echo "boost_version=${BOOST_VERSION}" >> $GITHUB_OUTPUT
@@ -181,7 +181,7 @@ jobs:
181181 if : steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true'
182182 working-directory : sora-cpp-sdk
183183 run : |
184- source VERSION
184+ source DEPS
185185 sudo apt-get update
186186 sudo apt-get install -y software-properties-common
187187
Original file line number Diff line number Diff line change 88 - " tests/test_apple_video_toolbox.py"
99 # C++ SDK のアップデートしたときテストするため
1010 - " VERSION"
11+ - " DEPS"
1112 schedule :
1213 # UTC の 01:00 は JST だと 10:00 。
1314 # 1-5 で 月曜日から金曜日
Original file line number Diff line number Diff line change 88 - " tests/test_intel_vpl.py"
99 # C++ SDK のアップデートしたときテストするため
1010 - " VERSION"
11+ - " DEPS"
1112 schedule :
1213 # UTC の 01:00 は JST だと 10:00 。
1314 # 1-5 で 月曜日から金曜日
Original file line number Diff line number Diff line change 88 - " tests/test_nvidia_video_codec_sdk.py"
99 # C++ SDK のアップデートしたときテストするため
1010 - " VERSION"
11+ - " DEPS"
1112 schedule :
1213 # UTC の 01:00 は JST だと 10:00 。
1314 # 1-5 で 月曜日から金曜日
Original file line number Diff line number Diff line change 11include buildbase.py
22include run.py
33include pypath.py
4+ include VERSION
You can’t perform that action at this time.
0 commit comments