Skip to content

Commit

Permalink
add libspdlog-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LLiuJJ committed Aug 11, 2024
1 parent 5b05c7b commit ccdeae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 20
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 20
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y clang-format build-essential autoconf automake libtool lcov libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev libzstd-dev
run: sudo apt-get update && sudo apt-get install -y clang-format build-essential autoconf automake libtool lcov libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev libzstd-dev libspdlog-dev
- name: Install RocksDB
run: sudo apt-get update && sudo apt-get install librocksdb-dev
- name: Install latest version cmake
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ FROM eraft/eraftkv:v0.0.6

# RUN cd /grpc/third_party/protobuf && ./autogen.sh && ./configure && make -j8 && make install

RUN apt-get install curl -y
RUN apt install libspdlog-dev -y

0 comments on commit ccdeae5

Please sign in to comment.