Skip to content

Commit

Permalink
Merge pull request #5280 from frenzibyte/remove-ios-ci-workaround
Browse files Browse the repository at this point in the history
Remove iOS build CI workaround
  • Loading branch information
peppy authored Jul 1, 2022
2 parents 5612aa9 + d444b72 commit dbabe81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ jobs:
with:
dotnet-version: "6.0.x"

# macOS agents recently have empty NuGet config files, resulting in restore failures,
# see https://github.com/actions/virtual-environments/issues/5768
# Add the global nuget package source manually for now.
- name: Setup NuGet.Config
run: echo '<configuration><packageSources><add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /></packageSources></configuration>' > ~/.config/NuGet/NuGet.Config

# Contrary to seemingly any other msbuild, msbuild running on macOS/Mono
# cannot accept .sln(f) files as arguments.
# Build just the iOS framework project for now.
Expand Down

0 comments on commit dbabe81

Please sign in to comment.