Skip to content

Commit

Permalink
Might work.
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 7, 2024
1 parent 1788f99 commit dee7c0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Install rust
if: matrix.platform == 'aarch64'
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && echo "$HOME/.cargo/bin" >> $GITHUB_PATH

- name: Build Wheel
uses: PyO3/maturin-action@v1
Expand All @@ -208,7 +208,6 @@ jobs:
manylinux: manylinux_2_31
container: off
command: build
before-script-linux: "source /root/.cargo/env"
args: |
--manifest-path rerun_py/Cargo.toml
--release
Expand Down

0 comments on commit dee7c0c

Please sign in to comment.