Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Sep 14, 2024
1 parent aac00df commit 2851332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
CIBW_BEFORE_ALL_WINDOWS: bash ci/setup_windows.sh
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: pp* *-musllinux_*
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair -w {dest_dir} {wheel} --exclude libcuda
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair -w {dest_dir} {wheel} --exclude libcuda.so.1'
# CIBW_ENVIRONMENT_MACOS: CC='clang' CXX='clang++'

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2851332

Please sign in to comment.