Skip to content

Commit

Permalink
Change to the absolute path.
Browse files Browse the repository at this point in the history
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'."
  • Loading branch information
andy840119 committed Dec 20, 2022
1 parent e646b43 commit eaa8d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eaa8d1f

Please sign in to comment.