From be323098aacd0f7ae130c0307e084195ae584ebc Mon Sep 17 00:00:00 2001 From: Bulat Gayazov Date: Tue, 27 Feb 2024 16:38:30 +0000 Subject: [PATCH] fix --- .github/actions/build/action.yaml | 2 +- .github/actions/prepare_vm/action.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/build/action.yaml b/.github/actions/build/action.yaml index 3128ff33b7..ed4e52b206 100644 --- a/.github/actions/build/action.yaml +++ b/.github/actions/build/action.yaml @@ -20,5 +20,5 @@ runs: ccache -z export CCACHE_DIR=`~/.ccache` cd ../build - ninja examples/all client/all + ninja ccache -s diff --git a/.github/actions/prepare_vm/action.yaml b/.github/actions/prepare_vm/action.yaml index 79908a9478..94f9695494 100644 --- a/.github/actions/prepare_vm/action.yaml +++ b/.github/actions/prepare_vm/action.yaml @@ -8,7 +8,8 @@ runs: shell: bash run: | sudo apt-get -y update - sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm + sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm protobuf-compiler \ + libprotobuf-dev protobuf-compiler libgrpc++-dev libgrpc-dev libgrpc++1 wget https://apt.llvm.org/llvm.sh chmod u+x llvm.sh sudo ./llvm.sh 16