From aee9961dba94f7919b7db5e7f91251a66259d48e Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:57:34 +0200 Subject: [PATCH] [3.4] Pin Temurin version on Windows until fixed version exists (#5717) (#5730) (cherry picked from commit 53bf387f01255481398d6d023079b5f315b9c09a) Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> --- docs/install_guides/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_guides/windows.rst b/docs/install_guides/windows.rst index 3806b34ad..3c8eb8876 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -37,7 +37,7 @@ For Audio support, you should also run the following command before exiting: .. prompt:: powershell - choco upgrade temurin11 -y + choco upgrade temurin11 -y --version 11.0.14.10100 From here, exit the prompt then continue onto `creating-venv-windows`.