Remove Temurin version pin on Windows (#5815)

This commit is contained in:
Jakub Kuczys 2022-08-10 02:26:09 +02:00 committed by GitHub
parent 4d1381d7c9
commit 87a9c10369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ For Audio support, you should also run the following command before exiting:
.. prompt:: powershell
choco upgrade temurin11 -y --version 11.0.14.10100
choco upgrade temurin11 -y
From here, exit the prompt then continue onto `creating-venv-windows`.