updated github flow with asio for newer crowcpp

This commit is contained in:
Gulliver 2024-07-14 10:50:42 +02:00
parent 6a68f1cc45
commit f82fcb22ee

View File

@ -28,14 +28,13 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update && \ sudo apt-get update && \
sudo apt-get install -yq \ sudo apt-get install -yq \
libboost-system-dev \ libasio-dev \
libboost-date-time-dev \
cmake \ cmake \
graphviz doxygen graphviz doxygen
elif [ "$RUNNER_OS" == "Windows" ]; then elif [ "$RUNNER_OS" == "Windows" ]; then
choco install boost-msvc-14.3 graphviz doxygen.install choco install asio graphviz doxygen.install
elif [ "$RUNNER_OS" == "macOS" ]; then elif [ "$RUNNER_OS" == "macOS" ]; then
brew install boost graphviz doxygen brew install asio graphviz doxygen
else else
echo "$RUNNER_OS not supported" echo "$RUNNER_OS not supported"
exit 1 exit 1