Skip to content

Commit 0d2a84d

Browse files
committed
Update workflow
1 parent b4c0918 commit 0d2a84d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
submodules: "recursive"
2727

28+
- name: Setup .NET 9.x
29+
uses: actions/setup-dotnet@v4
30+
with:
31+
dotnet-version: '9.x'
32+
2833
- name: Print Debug Info
2934
run: dotnet --info
3035

0 commit comments

Comments
 (0)