diff --git a/.github/workflows/BuildForWindows.yml b/.github/workflows/BuildForWindows.yml index 566bbcf8..831b415b 100644 --- a/.github/workflows/BuildForWindows.yml +++ b/.github/workflows/BuildForWindows.yml @@ -18,6 +18,11 @@ jobs: # here you must define where your project is stored - name: Install dependencies run: dotnet restore ./src/Asv.Drones.Gui.sln + + - name: Install Workloads + run: | + cd src + dotnet workload restore # here you must define path to your .sln - name: Build project