Skip to content

Commit 4e49cb4

Browse files
authored
chore: Add dotnet setup for running tests (#48)
1 parent 0e7b06f commit 4e49cb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/ci/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11+
- name: Setup dotnet build tools
12+
uses: actions/setup-dotnet@v4
13+
with:
14+
dotnet-version: |
15+
6.0
16+
7.0
17+
1118
- run: dotnet --version
1219
shell: bash
1320

0 commit comments

Comments
 (0)