mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 08:22:56 +08:00
Work around macOS agent regression affecting iOS CI builds
This commit is contained in:
parent
9518e1db05
commit
5e594e4de0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -126,6 +126,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: "6.0.x"
|
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
|
# Contrary to seemingly any other msbuild, msbuild running on macOS/Mono
|
||||||
# cannot accept .sln(f) files as arguments.
|
# cannot accept .sln(f) files as arguments.
|
||||||
# Build just the main game for now.
|
# Build just the main game for now.
|
||||||
|
Loading…
Reference in New Issue
Block a user