Skip to content

Commit

Permalink
Github Actions: Install Boost libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Jun 12, 2024
1 parent 99b0fa5 commit 26398c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install build tools
run: |
sudo apt-get update
sudo apt-get install -y clang cmake ninja-build libfmt-dev libuv1-dev libgtest-dev libboost-dev
sudo apt-get install -y clang cmake ninja-build libfmt-dev libuv1-dev libgtest-dev libboost-dev libboost-log-dev libboost-program-options-dev
- name: Build and Test
run: |
mkdir build
Expand Down

0 comments on commit 26398c3

Please sign in to comment.