Skip to content

Commit fc0aa54

Browse files
committed
キャッシュはジョブ失敗時は実行されないので rm は不要
1 parent 4823237 commit fc0aa54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
exit 1
4241
fi
4342
- name: Build Xcode Project

0 commit comments

Comments
 (0)