run workload update before any dotnet/nuget calls in github actions

This commit is contained in:
Philipp Crocoll
2025-07-05 06:57:00 +02:00
parent 6d22a213f3
commit 5e418e2b1b
2 changed files with 9 additions and 3 deletions

View File

@@ -79,6 +79,10 @@ jobs:
run: |
make java
- name: Update dotnet workloads
run: |
dotnet workload update
- name: Install NuGet dependencies
run: make nuget Flavor=${{ matrix.flavor }}