Skip to content

Commit

Permalink
Updated Retype Action to install .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Oct 16, 2024
1 parent 06ac534 commit 566130e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4.1.7

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- name: Build and publish using Retype
uses: retypeapp/action-build@latest
with:
Expand Down

0 comments on commit 566130e

Please sign in to comment.