This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 3c3e9a2b Fix ut (#168)
3c3e9a2b is described below
commit 3c3e9a2ba475c7211e50369fa83d0d5c5641db23
Author: cjcchen <[email protected]>
AuthorDate: Mon Jan 6 15:15:09 2025 +0800
Fix ut (#168)
* add gcc
* add gcc
* add gcc
* add gcc
* add gcc
* add gcc
* add gcc
* add gcc
* add gcc
---------
Co-authored-by: cjcchen <[email protected]>
---
.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 ...