Skip to content

Commit 7b4d85f

Browse files
committed
try out another magic env var to get rust in the QEMU container
1 parent 08b300f commit 7b4d85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi_upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
env:
4848
CIBW_BUILD_VERBOSITY: 1
4949
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
50+
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
5051

5152
steps:
5253
- name: Check out the repo

0 commit comments

Comments
 (0)