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
commit 99617343c6d5e1189697f839bef1dea87fc14431 Author: cjcchen <[email protected]> AuthorDate: Mon Jan 6 05:06:13 2025 +0000 add gcc --- .github/workflows/ut.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml index 376bc7f8..cf479d67 100644 --- a/.github/workflows/ut.yml +++ b/.github/workflows/ut.yml @@ -34,6 +34,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - name: gcc-10 + sudo apt install gcc-11 g++-11 + #sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10 + #sudo update-alternatives --set gcc /usr/bin/gcc-10 - name: Mount bazel cache uses: actions/cache@v3 with:
