Skip to content

Commit

Permalink
Windows: lock git version since choco version is locked and fails to …
Browse files Browse the repository at this point in the history
…install newest (adamrehn#356)
  • Loading branch information
jeffason committed Apr 5, 2024
1 parent 5280cef commit edbb68c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $env:ChocolateyInstall = Convert-Path "$( (Get-Command choco).Path )\..\.."
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"

# Install the chocolatey packages we need
RunProcessChecked "choco" @("install", "--no-progress", "-y", "git", "--params", @'
RunProcessChecked "choco" @("install", "--no-progress", "-y", "git.install", "--version=2.43.0", "--params", @'
"'/GitOnlyOnPath /NoAutoCrlf /WindowsTerminal /NoShellIntegration /NoCredentialManager'`"
'@)

Expand Down

0 comments on commit edbb68c

Please sign in to comment.