Skip to content

Commit

Permalink
install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarshall committed Aug 12, 2024
1 parent 17bf3c7 commit 45d8d0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/make_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
with:
version: ${{env.EMVERSION}}
actions-cache-folder: 'emsdk-cache'
- run: mkdir dist
- name: Arrow build
run: pyodide build-recipes-no-deps --recipe-dir . --target-install-dir dist pyarrow
run: |
mkdir dist
apt-get install ninja-build
pyodide build-recipes-no-deps --recipe-dir . --target-install-dir dist pyarrow
- uses: actions/upload-artifact@v4
with:
name: build_wheel
Expand Down

0 comments on commit 45d8d0c

Please sign in to comment.