Skip to content

Commit

Permalink
try out another magic env var to get rust in the QEMU container
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsha-Nori committed May 9, 2024
1 parent 08b300f commit 7b4d85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'

steps:
- name: Check out the repo
Expand Down

0 comments on commit 7b4d85f

Please sign in to comment.