Skip to content

Commit 3cc7fb7

Browse files
committed
updated ci.yml
1 parent 03d7fc7 commit 3cc7fb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Setup .NET Core SDK
1818
uses: actions/setup-dotnet@v4
19+
with:
20+
dotnet-version: '9.0.x'
1921
- name: Install dependencies
2022
run: dotnet restore
2123
- name: Build

0 commit comments

Comments
 (0)