Skip to content

Commit

Permalink
ignore the ios check.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 20, 2022
1 parent 3ae2396 commit 7289095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 7289095

Please sign in to comment.