Skip to content

Commit f005fa7

Browse files
committed
fix
1 parent 282f663 commit f005fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare_vm/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
run: |
1212
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
1313
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 \
1515
protobuf-compiler-grpc libprotobuf-dev libgrpc++-dev libgrpc-dev libgrpc++1 libgrpc10 \
1616
rapidjson-dev zlib1g-dev libxxhash-dev libzstd-dev libsnappy-dev libgtest-dev libgmock-dev \
1717
libbz2-dev libdouble-conversion-dev libstdc++-13-dev gcc-13 g++-13

.github/workflows/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Launch basic example
6868
shell: bash
6969
run: |
70-
cd ../build${{ matrix.compiler == 'gcc' && '-gcc' || '' }}
70+
cd build
7171
examples/basic_example/basic_example -e localhost:2136 -d /local
7272
examples/bulk_upsert_simple/bulk_upsert_simple -e localhost:2136 -d /local -p /local/bulk
7373
examples/pagination/pagination -e localhost:2136 -d /local -p /local/pagination

0 commit comments

Comments
 (0)