Skip to content

Commit

Permalink
fix dotnet messing in retype
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Jan 7, 2025
1 parent 4191613 commit fdd71f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v2


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

- uses: retypeapp/action-build@latest

- uses: retypeapp/action-github-pages@latest
Expand Down

1 comment on commit fdd71f3

@inodb
Copy link
Member Author

@inodb inodb commented on fdd71f3 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.