Skip to content

Commit

Permalink
rm するのはエラーの時だけで良い
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Jan 23, 2025
1 parent 4fd2970 commit 8f40e78
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,9 +37,9 @@ 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/
exit 1
fi
rm -rf Pods/ Podfile.lock Sora.xcworkspace/
- name: Build Xcode Project
run: |
set -o pipefail && \
Expand Down

0 comments on commit 8f40e78

Please sign in to comment.