Skip to content

Commit

Permalink
Update debug_build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-dryabzhinsky authored Jan 28, 2025
1 parent 9996e67 commit 731bc47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debug_build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
- name: Pepare source and build wheel for python2.7 ${{matrix.os.arch}}
if: matrix.os.matrix == 'linux'
run: |
sudo mkdir -p ./ubuntu-xenial-x86/build_wheel/
sudo tar -xvf dist/zstd-1.5.6.3.tar.gz -C ./ubuntu-xenial-x86/build_wheel/
sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /bin/bash -c "cd /build_wheel/ && python2.7 setup.py bdist_wheel clean"
Expand Down

0 comments on commit 731bc47

Please sign in to comment.