mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 06:26:45 +00:00
Update build-python-packages.yml add path
This commit is contained in:
4
.github/workflows/build-python-packages.yml
vendored
4
.github/workflows/build-python-packages.yml
vendored
@@ -70,8 +70,10 @@ jobs:
|
|||||||
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
|
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Add PowerShell to PATH
|
||||||
|
run: |
|
||||||
|
echo "C:\Program Files\PowerShell\7" >> $GITHUB_PATH
|
||||||
- name: Check git version
|
- name: Check git version
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
git --version
|
git --version
|
||||||
which pwsh
|
which pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user