disable c# in grpc to work around

This commit is contained in:
Kendell R 2025-08-21 16:04:05 -07:00 committed by GitHub
parent b260fe594e
commit 42dd963d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,6 +282,7 @@ jobs:
cmake -G Ninja -S grpc -B grpc-build
"-DgRPC_INSTALL=ON"
"-DgRPC_BUILD_CSHARP_EXT=OFF"
"-DCMAKE_INSTALL_PREFIX=$HOME/grpc-installation"
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_C_FLAGS_RELEASE=${{ matrix.config.cflags }}"