[3.4] Pin Temurin version on Windows until fixed version exists (#5717) (#5730)

(cherry picked from commit 53bf387f01)

Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>

Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2022-06-02 12:57:34 +02:00
committed by GitHub
parent ff21429f2b
commit aee9961dba

View File

@@ -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`.