From cb465ec1b80199e0456da869c94d23a35b8bfdcb Mon Sep 17 00:00:00 2001 From: Winfidonarleyan Date: Fri, 16 Jul 2021 19:05:02 +0700 Subject: [PATCH] feat(CI): correct build AC --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 441dcd3..777d2ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: CWARNINGS=ON CDEBUG=OFF CTYPE=Release - CSCRIPTS=ON + CSCRIPTS=static CUNIT_TESTS=ON CSERVERS=ON CTOOLS=ON @@ -88,9 +88,9 @@ jobs: time sudo apt-get install -y git lsb-release sudo ccache time ./acore.sh install-deps - time sudo apt-get install -y clang-10 - echo "CCOMPILERC=\"clang-10\"" >> ./conf/config.sh - echo "CCOMPILERCXX=\"clang++-10\"" >> ./conf/config.sh + time sudo apt-get install -y clang-11 + echo "CCOMPILERC=\"clang-11\"" >> ./conf/config.sh + echo "CCOMPILERCXX=\"clang++-11\"" >> ./conf/config.sh - name: Import db run: source ./apps/ci/ci-import-db.sh - name: Build