From 7289095e1c9a255e3f584301bd684bc1ef3c5f3b 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..943800c 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: + if: $false # ignore the ios build. 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