Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Dec 29, 2024
1 parent 9c880df commit dac8f2f
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 @@ -39,7 +39,7 @@ jobs:
run: |
# FIXME: why doesn't scikit_build_core automatically download ninja?
sudo apt-get update
sudo apt-get install ninja
sudo apt-get install ninja-build
pip wheel dist/*.tar.gz
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dac8f2f

Please sign in to comment.