Skip to content

Commit

Permalink
libboost-all-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Aug 5, 2024
1 parent 7d0abb7 commit 4addff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cmake-version: '3.26.3'

- name: Install dependencies
run: sudo apt-get install -y libgtest-dev libgmock-dev clang-tidy lcov #clang-format
run: sudo apt-get install -y libgtest-dev libgmock-dev libboost-all-dev #clang-tidy lcov #clang-format

- name: Configure CMake
run: |
Expand Down

0 comments on commit 4addff4

Please sign in to comment.