We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a3020 commit 60b0990Copy full SHA for 60b0990
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
elif [[ "$RUNNER_OS" == "Windows" ]]; then
32
# Install MSYS2 and required packages
33
choco install msys2 -y
34
- C:/msys64/usr/bin/bash -lc "pacman -S --noconfirm mingw-w64-x86_64-clang capnproto"
+ C:/msys64/usr/bin/bash -lc "pacman -S --noconfirm mingw-w64-x86_64-clang mingw-w64-x86_64-capnproto"
35
# Ensure MSYS2 toolchain is used for builds
36
echo 'C:\msys64\mingw64\bin' >> $GITHUB_PATH
37
echo 'LIBCLANG_PATH=C:\msys64\mingw64\lib' >> $GITHUB_ENV
0 commit comments