Skip to content

Commit a150907

Browse files
committed
ops: fix build for dotnet 9
1 parent 0cee98e commit a150907

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
with:
2828
cache: npm
2929
node-version: 'lts/*'
30+
- name: Setup .NET
31+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
32+
with:
33+
dotnet-version: '9.0.x'
3034
- name: Install dependencies
3135
run: npm clean-install
3236
- name: Test

0 commit comments

Comments
 (0)