This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch fix_ut
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/fix_ut by this push:
     new d900773b add gcc
d900773b is described below

commit d900773bb8a0105d97dc6249d722e7e720828d4c
Author: cjcchen <[email protected]>
AuthorDate: Mon Jan 6 06:51:36 2025 +0000

    add gcc
---
 .github/workflows/build.yml | 1 +
 .github/workflows/ut.yml    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4cbdf80..eb689823 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -49,4 +49,5 @@ jobs:
             CC: gcc-11
             CXX: g++-11
         run: |
+          sudo apt install gcc-11 g++-11
           bazel build ...
diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml
index fd40b2a1..f2732a03 100644
--- a/.github/workflows/ut.yml
+++ b/.github/workflows/ut.yml
@@ -49,4 +49,5 @@ jobs:
             CC: gcc-11
             CXX: g++-11
         run: |
+          sudo apt install gcc-11 g++-11
           bazel build ...

Reply via email to