We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d245aa3 commit faaeaaaCopy full SHA for faaeaaa
.github/workflows/py.yaml
@@ -93,7 +93,7 @@ jobs:
93
CIBW_ARCHS: ${{ matrix.config.alt_arch_name || 'auto' }}
94
CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$PATH" CARGO_TERM_COLOR="always"'
95
CIBW_ENVIRONMENT_WINDOWS: 'PATH="$UserProfile\.cargo\bin;$PATH"'
96
- CIBW_ENVIRONMENT_LINUX: 'MATURIN_PEP517_ARGS="--compatibility manylinux_2_28"'
+ CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH" CARGO_TERM_COLOR="always" MATURIN_PEP517_ARGS="--compatibility manylinux_2_28"'
97
# These are needed for Unicorn and cbindgen
98
CIBW_BEFORE_ALL: >
99
yum update -y && yum install -y clang clang-devel
0 commit comments