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
sudo apt-get update && \
sudo apt-get install -yq \
libboost-system-dev \
libboost-date-time-dev \
libasio-dev \
cmake \
graphviz doxygen
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
brew install boost graphviz doxygen
brew install asio graphviz doxygen
else
echo "$RUNNER_OS not supported"
exit 1