Skip to content

Commit 44eb124

Browse files
committed
ci: preserve MSVC diagnostic flags in bash
Signed-off-by: LauraGPT <18321252+LauraGPT@users.noreply.github.com>
1 parent e17a614 commit 44eb124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-llamacpp-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if [ -n "${{ matrix.cuda_architectures }}" ]; then
119119
cmake_args+=("-DCMAKE_CUDA_ARCHITECTURES=${{ matrix.cuda_architectures }}")
120120
fi
121-
cmake "${cmake_args[@]}"
121+
MSYS2_ARG_CONV_EXCL='*' cmake "${cmake_args[@]}"
122122
if [ -n "${{ matrix.build_target }}" ]; then
123123
cmake --build build --config Release -j 2 --target "${{ matrix.build_target }}"
124124
else

0 commit comments

Comments
 (0)