Skip to content

Commit

Permalink
Add setup-dotnet to default workflow
Browse files Browse the repository at this point in the history
Temp workaround for issue #711
  • Loading branch information
geoffreymcgill committed Oct 16, 2024
1 parent 053f036 commit 3eeaba9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- uses: retypeapp/action-build@latest
with:
license: ${{ secrets.RETYPE_SECRET }}
Expand Down
4 changes: 1 addition & 3 deletions guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,4 @@ OS | Version | Architectures
[Ubuntu-lifecycle]: https://wiki.ubuntu.com/Releases
[Ubuntu-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-2004
[glibc]: https://www.gnu.org/software/libc/
[musl]: https://musl.libc.org/

test
[musl]: https://musl.libc.org/
8 changes: 8 additions & 0 deletions guides/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- uses: retypeapp/action-build@latest

- uses: retypeapp/action-github-pages@latest
Expand Down Expand Up @@ -116,6 +120,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- uses: retypeapp/action-build@latest
with:
license: {%{${{ secrets.RETYPE_SECRET }}}%}
Expand Down

0 comments on commit 3eeaba9

Please sign in to comment.