Skip to content

Commit

Permalink
silly windows CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Nov 9, 2023
1 parent ca18995 commit c1b2aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
CXX: ${RUNNER_TOOL_CACHE}/llvm/bin/clang++
CIBW_ENVIRONMENT: CC=${RUNNER_TOOL_CACHE}/llvm/bin/clang CXX=${RUNNER_TOOL_CACHE}/llvm/bin/clang++ CMAKE_BUILD_PARALLEL_LEVEL=1
CIBW_BEFORE_ALL: |
export CMAKE_BUILD_PARALLEL_LEVEL=1
set CMAKE_BUILD_PARALLEL_LEVEL=1
CMAKE_C_COMPILER: ${RUNNER_TOOL_CACHE}/llvm/bin/clang
CMAKE_CXX_COMPILER: ${RUNNER_TOOL_CACHE}/llvm/bin/clang++

Expand Down

0 comments on commit c1b2aec

Please sign in to comment.