Skip to content

Commit

Permalink
Sora.xcworkspace/ の削除は不要
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Jan 24, 2025
1 parent 8f40e78 commit 4823237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pod install
if nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1; then
echo 'Error: Non-public API detected in WebRTC framework.'
rm -rf Pods/ Podfile.lock Sora.xcworkspace/
rm -rf Pods/ Podfile.lock
exit 1
fi
- name: Build Xcode Project
Expand Down

0 comments on commit 4823237

Please sign in to comment.