From 70521e7a2a57be213ecc5c335f31db8d725619de Mon Sep 17 00:00:00 2001 From: andy840119 Date: Tue, 20 Dec 2022 21:43:51 +0800 Subject: [PATCH] ignore the ios check. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bbc108..e94ba47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,7 @@ jobs: run: dotnet build -c Debug osu-framework-microphone.Android.slnf build-only-ios: + skip-checks: true name: Build only (iOS) runs-on: macos-latest timeout-minutes: 60 @@ -139,7 +140,7 @@ jobs: dotnet-version: "6.0.x" - name: Restore .NET workloads - run: dotnet workload restore osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj + run: dotnet workload restore - name: Compile run: dotnet build -c Debug osu-framework-microphone.iOS.slnf