File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
run : |
12
12
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
13
13
sudo apt-get -y update
14
- sudo apt-get -y install git libidn11-dev ragel yasm protobuf-compiler \
14
+ sudo apt-get -y install git ninja-build libidn11-dev ragel yasm protobuf-compiler \
15
15
protobuf-compiler-grpc libprotobuf-dev libgrpc++-dev libgrpc-dev libgrpc++1 libgrpc10 \
16
16
rapidjson-dev zlib1g-dev libxxhash-dev libzstd-dev libsnappy-dev libgtest-dev libgmock-dev \
17
17
libbz2-dev libdouble-conversion-dev libstdc++-13-dev gcc-13 g++-13
Original file line number Diff line number Diff line change 67
67
- name : Launch basic example
68
68
shell : bash
69
69
run : |
70
- cd ../ build${{ matrix.compiler == 'gcc' && '-gcc' || '' }}
70
+ cd build
71
71
examples/basic_example/basic_example -e localhost:2136 -d /local
72
72
examples/bulk_upsert_simple/bulk_upsert_simple -e localhost:2136 -d /local -p /local/bulk
73
73
examples/pagination/pagination -e localhost:2136 -d /local -p /local/pagination
You can’t perform that action at this time.
0 commit comments