Skip to content

Commit 7c54d74

Browse files
committed
Merge branch 'alchemy' into develop/m144
2 parents 3efa6c2 + 69b7a69 commit 7c54d74

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)