File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ jobs:
152152 runs-on : ubuntu-latest
153153 if : startsWith(github.ref, 'refs/tags/m')
154154 steps :
155- - uses : actions/checkout@v4
156- - uses : actions/download-artifact@v4
155+ - uses : actions/checkout@v6
156+ - uses : actions/download-artifact@v8
157157 with :
158158 path : artifacts
159159 - uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change @@ -793,10 +793,10 @@ def build_webrtc(
793793 'rtc_enable_symbol_export=true' ,
794794 'rtc_enable_objc_symbol_export=false' ,
795795 'use_custom_libcxx=false' ,
796- " use_custom_libcxx_for_host=false" ,
796+ ' use_custom_libcxx_for_host=false' ,
797797 'clang_use_chrome_plugins=false' ,
798798 'use_lld=false' ,
799- " is_clang=false" ,
799+ ' is_clang=false' ,
800800 ]
801801 elif target in ('raspberry-pi-os_armv6' ,
802802 'raspberry-pi-os_armv7' ,
You can’t perform that action at this time.
0 commit comments