Skip to content

Commit

Permalink
install boost in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprock committed Jun 2, 2024
1 parent d5fd9e4 commit 35e7562
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
steps:
- uses: actions/checkout@v4

# cmake should already be installed
- name: Install boost
run: |
sudo apt-get -y update
sudo apt-get -y install libboost-all-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit 35e7562

Please sign in to comment.