Skip to content

Commit 567869c

Browse files
committed
Setup Environment to restore workload
1 parent 3592141 commit 567869c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,16 +341,14 @@ jobs:
341341
with:
342342
submodules: recursive
343343

344+
- name: Setup Environment
345+
uses: ./.github/actions/environment
346+
344347
- name: Install .NET 5.0 SDK
345348
uses: actions/setup-dotnet@v4
346349
with:
347350
dotnet-version: '5.0.x'
348351

349-
- name: Install .NET SDK
350-
uses: actions/setup-dotnet@v4
351-
with:
352-
global-json-file: global.json
353-
354352
- name: Install VS Build Tools
355353
if: ${{ matrix.vs-build-tools }}
356354
run: choco install visualstudio${{ matrix.vs-build-tools }}buildtools

0 commit comments

Comments
 (0)