Skip to content

Commit a37452f

Browse files
committed
Update ci.yml
1 parent 87ca8c4 commit a37452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
elif [[ "$RUNNER_OS" == "Windows" ]]; then
3232
# Install MSYS2 and required packages
3333
choco install msys2 -y
34-
C:/msys64/usr/bin/bash -lc "pacman -S --noconfirm mingw-w64-x86_64-clang capnproto"
34+
C:/msys64/usr/bin/bash -lc "pacman -S --noconfirm mingw-w64-x86_64-clang mingw-w64-x86_64-capnproto"
3535
# Ensure MSYS2 toolchain is used for builds
3636
echo 'C:\msys64\mingw64\bin' >> $GITHUB_PATH
3737
echo 'LIBCLANG_PATH=C:\msys64\mingw64\lib' >> $GITHUB_ENV

0 commit comments

Comments
 (0)