Skip to content

Commit 4211600

Browse files
authored
change order of steps
1 parent 90cc089 commit 4211600

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/BuildForWindows.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ jobs:
1414
uses: actions/setup-dotnet@v1
1515
with:
1616
dotnet-version: 8.0.x
17+
18+
- name: Install Workloads
19+
run: |
20+
cd src
21+
dotnet workload restore
1722
1823
# here you must define where your project is stored
1924
- name: Install dependencies
2025
run: dotnet restore ./src/Asv.Drones.Gui.sln
2126

22-
- name: Install Workloads
23-
run: |
24-
cd src
25-
dotnet workload restore
27+
2628

2729
# here you must define path to your .sln
2830
- name: Build project

0 commit comments

Comments
 (0)