Skip to content

Commit

Permalink
specify the project to workload restore
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 authored Jun 7, 2024
1 parent 27b2ba5 commit 90cc089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/BuildForWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90cc089

Please sign in to comment.