Skip to content

Commit 30c73e0

Browse files
committed
Added the missing dotnet setup
1 parent 1323b45 commit 30c73e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v3
5959

60+
- name: Setup .NET 9.0
61+
uses: actions/setup-dotnet@v2
62+
with:
63+
dotnet-version: 9.0.x
64+
6065
- name: Build Web Demo
6166
run: dotnet publish -c Release -o demo "${{ env.DemoProject }}"
6267

0 commit comments

Comments
 (0)