GitHub Actions fails on Windows
Opened this issue · 0 comments
arnau commented
bindgen
is unable to find the LLVM installation:
warning: couldn't execute `llvm-config --prefix` (error: The system cannot find the file specified. (os error 2))
Which is installed with:
- name: Install Windows dependencies
if: runner.os == 'windows-latest'
run: choco install llvm -y