Add pip install for git

This commit is contained in:
Joshua M. Boniface
2025-02-17 02:17:35 -05:00
parent a1b8df1487
commit 88600e64d2

View File

@@ -47,6 +47,7 @@ jobs:
- name: "Prepare repository"
run: |-
python -m pip install --upgrade git
./checkout.py ${{ inputs.version || 'master' }}
- name: "Run builder for ${{ matrix.arch }}"