Skip to content

Commit 26271cd

Browse files
authored
install dotnet
1 parent 41c2b13 commit 26271cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/retype-action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
# Install .NET 7.0 SDK
21+
- name: Set up .NET 7.0
22+
uses: actions/setup-dotnet@v3
23+
with:
24+
dotnet-version: 7.0.0
25+
26+
# Continue with other steps (like installing retype, building docs, etc.)
27+
- name: Install Retype
28+
run: dotnet tool install --global retype --version 3.6.0
29+
2030
- uses: retypeapp/action-build@latest
2131
# with:
2232
# license: ${{ secrets.RETYPE_SECRET }}

0 commit comments

Comments
 (0)