mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 14:06:46 +00:00
Update build-python-packages.yml with 7-zip
This commit is contained in:
10
.github/workflows/build-python-packages.yml
vendored
10
.github/workflows/build-python-packages.yml
vendored
@@ -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 `
|
||||
|
||||
Reference in New Issue
Block a user