mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 22:46:43 +00:00
Update build-python-packages.yml added path
This commit is contained in:
4
.github/workflows/build-python-packages.yml
vendored
4
.github/workflows/build-python-packages.yml
vendored
@@ -81,6 +81,10 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
choco install powershell-core -y
|
choco install powershell-core -y
|
||||||
|
- name: Add PowerShell to PATH
|
||||||
|
shell: powershell
|
||||||
|
run: |
|
||||||
|
echo "C:\Program Files\PowerShell\7" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
||||||
- name: Check git version
|
- name: Check git version
|
||||||
run: |
|
run: |
|
||||||
git --version
|
git --version
|
||||||
|
|||||||
Reference in New Issue
Block a user