Update build-python-packages.yml with setup git

This commit is contained in:
priya-kinthali
2024-06-14 11:47:21 +05:30
committed by GitHub
parent e229f1522b
commit 140f416786

View File

@@ -70,6 +70,10 @@ jobs:
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
steps:
- name: Setup Git
run: |
choco install git -y
echo "C:\Program Files\Git\bin" >> $GITHUB_PATH
- name: Check out repository code
uses: actions/checkout@v4
with: