Skip to content

Commit 81fe959

Browse files
committed
ci(test-all): add set up dotnet step
1 parent 82076b9 commit 81fe959

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-all.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
1212

13+
- name: Set up dotnet
14+
uses: actions/setup-dotnet@v4
15+
with:
16+
dotnet-version: '9.0.x'
17+
1318
- name: dotnet build
1419
run: dotnet build
1520

0 commit comments

Comments
 (0)