Skip to content

Commit

Permalink
Update cmake_ci.yml - added boost lib installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperfis authored Feb 27, 2024
1 parent 20b6fa7 commit 1133ffe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
with:
cmake-version: '3.22.1'

- name: Download and install Boost
uses: MarkusJx/[email protected]
with:
boost_version: 1.73.0
- name: Install Boost library
run: sudo apt-get update && sudo apt-get install libboost-all-dev -y

- 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.
Expand Down

0 comments on commit 1133ffe

Please sign in to comment.