Skip to content

Commit

Permalink
Merge pull request #1011 from NagiosEnterprises/bb_WindowsOSSLFixFrom…
Browse files Browse the repository at this point in the history
…PythonVerRevert

Fixing python version
  • Loading branch information
ne-bbahn committed Nov 8, 2023
2 parents 198c914 + b4c1205 commit 9eb44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/choco_prereqs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ choco feature enable -name=exitOnRebootDetected
if(-not (Get-Command git -ErrorAction SilentlyContinue)){ choco install git -y }
if(-not (Get-Command perl -ErrorAction SilentlyContinue)){ choco install strawberryperl -y }
if(-not (Get-Command nasm -ErrorAction SilentlyContinue)){ choco install nasm -y }
if(-not (Get-Command python -ErrorAction SilentlyContinue)){ choco install python --version=3.11.4 -y }
if(-not (Get-Command python -ErrorAction SilentlyContinue)){ choco install python --version=3.11.6 -y }
if(-not (Get-Command nsis -ErrorAction SilentlyContinue)){ choco install nsis -y }

#choco install visualstudio2019buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools;includeRecommended" -y
Expand Down

0 comments on commit 9eb44ec

Please sign in to comment.