From eaa8d1f1d5322de08c5d9a746216d11db1214da9 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Tue, 20 Dec 2022 21:38:08 +0800 Subject: [PATCH] Change to the absolute path. IDK why it will have issue like " Microsoft.Build.Exceptions.InvalidProjectFileException: The project file could not be loaded. Could not find file '/Volumes/Data/Github/karaoke-dev/osu-framework-microphone/Solution Items'." --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7e50da..7bbc108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: dotnet-version: "6.0.x" - name: Restore .NET workloads - run: dotnet workload restore + run: dotnet workload restore osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj - name: Compile run: dotnet build -c Debug osu-framework-microphone.iOS.slnf