Skip to content

Commit 3575cfd

Browse files
committed
修正
1 parent cc89add commit 3575cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: steps.webrtc-build-cache.outputs.cache-hit != 'true'
8585
with:
8686
path: webrtc-build
87-
repository: https://github.com/shiguredo-webrtc-build/webrtc-build.git
87+
repository: shiguredo-webrtc-build/webrtc-build
8888
ref: ${{ steps.version.outputs.webrtc_build_version }}
8989
- name: Setup libwebrtc
9090
if: steps.webrtc-build-cache.outputs.cache-hit != 'true'
@@ -130,7 +130,7 @@ jobs:
130130
# if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true'
131131
# with:
132132
# path: sora-cpp-sdk
133-
# repository: https://github.com/shiguredo/sora-cpp-sdk.git
133+
# repository: shiguredo/sora-cpp-sdk
134134
# ref: ${{ steps.version.outputs.sora_cpp_sdk_version }}
135135
# - name: Setup sora-cpp-sdk
136136
# if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)