From 395e8baa6807294de2bb739891fa70607767f897 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bbc108..040f260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,8 @@ jobs: run: dotnet build -c Debug osu-framework-microphone.Android.slnf build-only-ios: + # ignore the ios build. + if: false name: Build only (iOS) runs-on: macos-latest timeout-minutes: 60 @@ -139,7 +141,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