Skip to content

Commit 2b24509

Browse files
committedOct 15, 2024·
build: fix with .net support
1 parent 25ffe3e commit 2b24509

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
- uses: actions/setup-dotnet@v1
21+
with:
22+
dotnet-version: 7.0.x
23+
2024
- uses: retypeapp/action-build@latest
2125

2226
- uses: retypeapp/action-github-pages@latest

0 commit comments

Comments
 (0)
Please sign in to comment.