Skip to content

Commit 37edb29

Browse files
committed
fix dotnet-version
1 parent 6011330 commit 37edb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: |
37-
9.0.x
37+
${{ matrix.dotnet.version }}
3838
3939
- name: Display dotnet version
4040
run: |

0 commit comments

Comments
 (0)