Skip to content

Commit

Permalink
Restore dotnet workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed Oct 6, 2024
1 parent 0ed5572 commit 94ee8ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
mkdir TestAvalonia
Push-Location TestAvalonia
dotnet new keboo.avalonia
dotnet workload restore
dotnet build
Expand All @@ -151,7 +152,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
name: Push NuGets
runs-on: ubuntu-latest
needs: [build, test-console, test-wpf, test-library]
needs: [build, test-console, test-wpf, test-library, test-avalonia]

steps:
- name: Download NuGet Artifacts
Expand Down

0 comments on commit 94ee8ce

Please sign in to comment.