Skip to content

Commit

Permalink
Update build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-dryabzhinsky authored Jan 23, 2025
1 parent 3a5fb08 commit 2ac7577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
sudo apt update; apt list --upgradable; sudo apt upgrade -y;
sudo apt install -y libzstd-dev;
echo PKG-CONFIG; pkg-config lizstd --modversion echo "PIP BUILD";
echo PKG-CONFIG; pkg-config libzstd --modversion echo PIP-BUILD;
pip install build;
python -m build --sdist --outdir dist .
Expand Down

0 comments on commit 2ac7577

Please sign in to comment.