From 8f40e78f737d7a2a05cf800072dc0647beefeef3 Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:15:25 +0900 Subject: [PATCH] =?UTF-8?q?rm=20=E3=81=99=E3=82=8B=E3=81=AE=E3=81=AF?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=AE=E6=99=82=E3=81=A0=E3=81=91?= =?UTF-8?q?=E3=81=A7=E8=89=AF=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad800870..b6a1a4d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 && \