File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
if : steps.webrtc-build-cache.outputs.cache-hit != 'true'
85
85
with :
86
86
path : webrtc-build
87
- repository : https://github.com/ shiguredo-webrtc-build/webrtc-build.git
87
+ repository : shiguredo-webrtc-build/webrtc-build
88
88
ref : ${{ steps.version.outputs.webrtc_build_version }}
89
89
- name : Setup libwebrtc
90
90
if : steps.webrtc-build-cache.outputs.cache-hit != 'true'
@@ -130,7 +130,7 @@ jobs:
130
130
# if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true'
131
131
# with:
132
132
# path: sora-cpp-sdk
133
- # repository: https://github.com/ shiguredo/sora-cpp-sdk.git
133
+ # repository: shiguredo/sora-cpp-sdk
134
134
# ref: ${{ steps.version.outputs.sora_cpp_sdk_version }}
135
135
# - name: Setup sora-cpp-sdk
136
136
# if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments