Skip to content

Commit 3aec78d

Browse files
authored
add dotnet setup step to test job (#109)
1 parent a6592c7 commit 3aec78d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
needs: build
2727
steps:
2828
- uses: actions/checkout@v2
29+
- uses: actions/setup-dotnet@v2
30+
with:
31+
global-json-file: global.json
2932
- name: Disable strong name validation
3033
if: matrix.os == 'windows-latest'
3134
shell: pwsh

0 commit comments

Comments
 (0)