How to solve fail build Uno.Skia.Gtk on Linux of GitHub Action #16071
lindexi
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
The problem and your workaround hints that this is the old dotnet/sdk#21877 striking again. It's possible that some of dependent assemblies (to you main Gtk project) have multiple target frameworks and that's still causing problems to build from the command line... I suggest upvoting the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The command as follow will run fail on Linux of GitHub Action.
The fail message is:
You can solve it by split the restore and build step by the commands :
Beta Was this translation helpful? Give feedback.
All reactions