diff --git a/.github/workflows/retype.yml b/.github/workflows/retype.yml index cebae79..7ee4e1d 100644 --- a/.github/workflows/retype.yml +++ b/.github/workflows/retype.yml @@ -13,9 +13,12 @@ jobs: runs-on: ubuntu-latest 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 with: branch: main update-branch: true - directory: /wiki \ No newline at end of file + directory: /wiki