updated workflows

This commit is contained in:
Lasan Mahaliyana
2026-03-21 08:56:39 +05:30
parent 9cac403484
commit 06fea7c4eb
+4
View File
@@ -26,6 +26,10 @@ jobs:
container:
image: ubuntu:25.04
steps:
- name: Install git
run: |
apt-get update
apt-get install -y git ca-certificates
- uses: actions/checkout@v6
- name: Build Connections
run: CC=clang-18 CXX=clang-18++ BAZEL_CXXOPTS="-std=c++20" bazel build --@com_google_protobuf//bazel/toolchains:prefer_prebuilt_protoc=true --copt='-DGITHUB_BUILD' //connections:core