Skip to content

Commit 29445a0

Browse files
committed
ppl
1 parent 65dfb85 commit 29445a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/validate-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
2525
with:
2626
submodules: true
2727

28-
- name: Setup .NET
28+
- name: Setup .NET 6.0
29+
uses: actions/setup-dotnet@v3
30+
with:
31+
dotnet-version: '6.0.x'
32+
33+
- name: Setup .NET from global.json
2934
uses: actions/setup-dotnet@v3
3035
with:
3136
global-json-file: global.json

0 commit comments

Comments
 (0)