Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki committed Feb 27, 2024
1 parent 286cb71 commit be32309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ runs:
ccache -z
export CCACHE_DIR=`~/.ccache`
cd ../build
ninja examples/all client/all
ninja
ccache -s
3 changes: 2 additions & 1 deletion .github/actions/prepare_vm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be32309

Please sign in to comment.