Skip to content

Commit

Permalink
Add boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UsualSpec authored Oct 22, 2024
1 parent 3d21dc2 commit 47b854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
commands: |
# update system and install dependencies
apt update
apt install -y cmake git build-essential autoconf libtool pkg-config libjsoncpp-dev libpqxx-dev
apt install -y cmake git build-essential autoconf libtool pkg-config libjsoncpp-dev libpqxx-dev libboost-all-dev
# Compile gRPC
export MY_INSTALL_DIR=$HOME/.local
mkdir -p $MY_INSTALL_DIR
Expand Down

0 comments on commit 47b854f

Please sign in to comment.