Skip to content

Commit 7cbc8cd

Browse files
committed
非公開 API が含まれていた場合エラーにする
1 parent 295d9c5 commit 7cbc8cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
rm Podfile && mv Podfile.dev Podfile
3636
pod repo update
3737
pod install
38+
nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1 && echo 'Non-public API' 2>/dev/null && exit 1; rm -rf Pods/ Podfile.lock Sora.xcworkspace/
3839
- name: Build Xcode Project
3940
run: |
4041
set -o pipefail && \

0 commit comments

Comments
 (0)