Skip to content

Commit 8f40e78

Browse files
committed
rm するのはエラーの時だけで良い
1 parent 4fd2970 commit 8f40e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
pod install
3838
if nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1; then
3939
echo 'Error: Non-public API detected in WebRTC framework.'
40+
rm -rf Pods/ Podfile.lock Sora.xcworkspace/
4041
exit 1
4142
fi
42-
rm -rf Pods/ Podfile.lock Sora.xcworkspace/
4343
- name: Build Xcode Project
4444
run: |
4545
set -o pipefail && \

0 commit comments

Comments
 (0)