Skip to content

Commit

Permalink
updated github flow with asio for newer crowcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Jul 14, 2024
1 parent 6a68f1c commit f82fcb2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f82fcb2

Please sign in to comment.