Skip to content

Commit 8ae05fc

Browse files
committed
Podfile.dev 削除対応
1 parent 2944145 commit 8ae05fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
${{ runner.os }}-pods-
3333
- name: Install Dependences
3434
run: |
35-
rm Podfile && mv Podfile.dev Podfile
3635
pod repo update
3736
pod install
3837
if nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1; then

0 commit comments

Comments
 (0)