Update build-python-packages.yml with 7-zip

This commit is contained in:
priya-kinthali
2024-06-14 13:47:26 +05:30
committed by GitHub
parent 34b290bd68
commit 73291940e4

View File

@@ -104,6 +104,16 @@ jobs:
with:
submodules: true
- name: Install 7-Zip
shell: cmd
run: |
choco install 7zip -y
- name: Add 7-Zip to PATH
shell: powershell
run: |
echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Build Python ${{ env.VERSION }}
run: |
./builders/build-python.ps1 -Version $env:VERSION `