Skip to content

Commit

Permalink
继续尝试通过设置属性修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Mar 30, 2024
1 parent 8df7253 commit 94dd949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Restore
run: dotnet workload restore UnoSpySnoop/UI/UnoSpySnoopDebugger.Skia.Gtk/UnoSpySnoopDebugger.Skia.Gtk.csproj
- name: BuildGtk
run: dotnet build -c release -r linux-x64 -f net8.0 UnoSpySnoop/UI/UnoSpySnoopDebugger.Skia.Gtk/UnoSpySnoopDebugger.Skia.Gtk.csproj
run: dotnet build -c release -r linux-x64 -p:TargetFramework=net8.0 UnoSpySnoop/UI/UnoSpySnoopDebugger.Skia.Gtk/UnoSpySnoopDebugger.Skia.Gtk.csproj
- name: BuildFrameBuffer
run: dotnet build -c release -r linux-x64 -f net8.0 UnoSpySnoop/UI/UnoSpySnoopDebugger.Skia.Linux.FrameBuffer/UnoSpySnoopDebugger.Skia.Linux.FrameBuffer.csproj
run: dotnet build -c release -r linux-x64 -p:TargetFramework=net8.0 UnoSpySnoop/UI/UnoSpySnoopDebugger.Skia.Linux.FrameBuffer/UnoSpySnoopDebugger.Skia.Linux.FrameBuffer.csproj

BuildOnMac:
runs-on: macos-latest
Expand Down

0 comments on commit 94dd949

Please sign in to comment.