Skip to content

Commit 460cb3d

Browse files
committed
webrtc test
1 parent 3fd3b03 commit 460cb3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/webrtc-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
run: |
4545
cd webrtc_build\src
4646
47+
:: 手动补齐缺失的 LASTCHANGE 状态文件
48+
if not exist build\util mkdir build\util
49+
echo 1700000000 > build\util\LASTCHANGE.committime
50+
echo LASTCHANGE=0000000000000000000000000000000000000000 > build\util\LASTCHANGE
51+
4752
call gn gen out/Release "--args=target_os=\"win\" is_debug=false is_component_build=false rtc_include_tests=false rtc_build_examples=false rtc_build_tools=false rtc_enable_video=false rtc_enable_protobuf=false rtc_use_x11=false rtc_include_ilbc=false rtc_include_opus=false rtc_include_internal_audio_device=false"
4853
call ninja -C out/Release webrtc_ffm
4954

0 commit comments

Comments
 (0)