Skip to content

Commit

Permalink
ci: add cargo to path
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Sep 6, 2023
1 parent 0248d63 commit dc2e573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: cd eigs-py && python -m cibuildwheel --output-dir ../wheelhouse && cd -
env:
CIBW_MANYLINUX_X86_64_IMAGE: flaport/manylinux2014_x86_64
CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$PATH"'

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit dc2e573

Please sign in to comment.