Skip to content

Commit c56d721

Browse files
committed
fix: install proper dotnet version on CI for coverage
1 parent 36294c0 commit c56d721

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v4
8383

84+
- name: Install .NET SDK
85+
uses: actions/setup-dotnet@v4
86+
with:
87+
dotnet-version: 9.x.x
88+
8489
- name: Set up dotnet tools and dependencies
8590
run: make install
8691

0 commit comments

Comments
 (0)