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

Attempt to install clang in musl builds

parent f83ba9f3
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ jobs:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: universal2
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
# CIBW_ENVIRONMENT_LINUX: CXX=clang++
CIBW_SKIP: "*musllinux*"
CIBW_BEFORE_BUILD_LINUX: apk add clang | echo "ok"
CIBW_ENVIRONMENT_LINUX: CXX=clang++
- uses: actions/upload-artifact@v2
with:
......
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