Update build-python-packages.yml to check git version
This commit is contained in:
@@ -70,10 +70,11 @@ jobs:
|
||||
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
|
||||
steps:
|
||||
|
||||
- name: Checkout submodules
|
||||
shell: pwsh
|
||||
- name: Check git version
|
||||
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
git --version
|
||||
which pwsh
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user