File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ Investigate missing strings.h error in Windows CI and propose fix
Original file line number Diff line number Diff line change 3333 choco install llvm -y
3434 echo "LIBCLANG_PATH=C:\\Program Files\\LLVM\\bin" >> $GITHUB_ENV
3535 echo "CLANG_PATH=C:\\Program Files\\LLVM\\bin\\clang.exe" >> $GITHUB_ENV
36+ # Add MSYS2 include directories for bindgen
37+ echo "BINDGEN_EXTRA_CLANG_ARGS_x86_64-pc-windows-gnu=-IC:/msys64/ucrt64/include -IC:/msys64/usr/include" >> $GITHUB_ENV
3638 # Install vcpkg for Cap'n Proto on Windows
3739 git clone https://github.com/Microsoft/vcpkg.git
3840 cd vcpkg
4749 uses : ruby/setup-ruby@v1
4850 with :
4951 ruby-version : ' 3.2'
52+ - name : Install MSYS2 toolchain
53+ if : runner.os == 'Windows'
54+ shell : bash
55+ run : |
56+ ridk exec pacman -S --noconfirm base-devel mingw-w64-ucrt-x86_64-toolchain
5057 - name : Setup Rust
5158 uses : dtolnay/rust-toolchain@stable
5259 with :
You can’t perform that action at this time.
0 commit comments