diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml index 50d04cf8f..472b41ea7 100644 --- a/.github/workflows/retype-action.yml +++ b/.github/workflows/retype-action.yml @@ -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 }} diff --git a/guides/getting-started.md b/guides/getting-started.md index 4ea82bedc..f86dcb5c1 100644 --- a/guides/getting-started.md +++ b/guides/getting-started.md @@ -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 \ No newline at end of file +[musl]: https://musl.libc.org/ \ No newline at end of file diff --git a/guides/github-actions.md b/guides/github-actions.md index 317b36679..a4813c156 100644 --- a/guides/github-actions.md +++ b/guides/github-actions.md @@ -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 @@ -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 }}}%}