Skip to content
Snippets Groups Projects
Commit 48f938c0 authored by Ian Bell's avatar Ian Bell
Browse files

Don't specify clang++ directly for manylinux

parent 6fb00092
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ jobs:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: universal2
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_ENVIRONMENT_LINUX: CXX=clang++
- uses: actions/upload-artifact@v2
with:
......
[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = "apk add clang"
\ No newline at end of file
before-all = "apk add clang"
environment = {"CXX=c++"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment