add libboost-all-dev to github actions

it's a new dependency
This commit is contained in:
Lion Kortlepel 2022-10-05 20:50:28 +02:00
parent 231b13a0e7
commit 6249397fb5
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
echo ${#beammp_sentry_url}
sudo apt-get update
sudo apt-get install -y libz-dev rapidjson-dev liblua5.3 libssl-dev libwebsocketpp-dev libcurl4-openssl-dev cmake g++-10
sudo apt-get install -y libz-dev rapidjson-dev liblua5.3 libssl-dev libwebsocketpp-dev libcurl4-openssl-dev cmake g++-10 libboost-all-dev
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build-linux

View File

@ -42,7 +42,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libz-dev rapidjson-dev liblua5.3 libssl-dev libwebsocketpp-dev libcurl4-openssl-dev
sudo apt-get install -y libz-dev rapidjson-dev liblua5.3 libssl-dev libwebsocketpp-dev libcurl4-openssl-dev libboost-all-dev
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build-linux

View File

@ -95,7 +95,7 @@ include(FindOpenSSL)
include(FindThreads)
include(FindZLIB)
find_package(Boost 1.75 REQUIRED COMPONENTS system)
find_package(Boost 1.70 REQUIRED COMPONENTS system)
set(BeamMP_Sources
include/TConsole.h src/TConsole.cpp