We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2944145 commit 8ae05fcCopy full SHA for 8ae05fc
.github/workflows/build.yml
@@ -32,7 +32,6 @@ jobs:
32
${{ runner.os }}-pods-
33
- name: Install Dependences
34
run: |
35
- rm Podfile && mv Podfile.dev Podfile
36
pod repo update
37
pod install
38
if nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1; then
0 commit comments