Skip to content

Commit d666fd3

Browse files
Fix CUDA build: install patchelf for maturin on Ubuntu
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ea8dac commit d666fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install maturin
7979
run: |
8080
. "$HOME/.cargo/env"
81-
pip3 install maturin
81+
pip3 install maturin[patchelf]
8282
- name: Build CUDA wheel
8383
run: |
8484
. "$HOME/.cargo/env"

0 commit comments

Comments
 (0)