mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 14:06:46 +00:00
Update build-python-packages.yml
This commit is contained in:
2
.github/workflows/build-python-packages.yml
vendored
2
.github/workflows/build-python-packages.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
|
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
|
||||||
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||||
choco install -y pwsh
|
choco install -y pwsh
|
||||||
choco install git --version=2.18.0
|
choco install -y git --version=2.18.0
|
||||||
'C:\Program Files\PowerShell\7\' | Out-File $env:GITHUB_PATH -Append
|
'C:\Program Files\PowerShell\7\' | Out-File $env:GITHUB_PATH -Append
|
||||||
'C:\Program Files\Git\bin' | Out-File $env:GITHUB_PATH -Append
|
'C:\Program Files\Git\bin' | Out-File $env:GITHUB_PATH -Append
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user