Skip to content

Commit 49b07d4

Browse files
committed
Updated workflow actions to WebRTC branch 4664 (M96)
1 parent 129a97d commit 49b07d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java: [13]
2424

2525
env:
26-
WEBRTC_CACHE_BRANCH: 4638
26+
WEBRTC_CACHE_BRANCH: 4664
2727
WEBRTC_CHECKOUT_FOLDER: webrtc
2828
WEBRTC_INSTALL_FOLDER: webrtc/build
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java: [13]
1616

1717
env:
18-
WEBRTC_CACHE_BRANCH: 4638
18+
WEBRTC_CACHE_BRANCH: 4664
1919
WEBRTC_CHECKOUT_FOLDER: webrtc
2020
WEBRTC_INSTALL_FOLDER: webrtc/build
2121

0 commit comments

Comments
 (0)