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

Don't forget to install clang-cl

parent 1385fc55
No related branches found
No related tags found
Loading
......@@ -21,6 +21,10 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.3.1
- name: Install LLVM (clang-cl) on windows
run: choco install -y llvm
if: runner.os == 'Windows'
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
......
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