mirror of
https://github.com/OpenCoin/oc-mint-cpp.git
synced 2024-12-22 07:39:40 +01:00
updated github flow with asio for newer crowcpp
This commit is contained in:
parent
6a68f1cc45
commit
f82fcb22ee
7
.github/workflows/cmake.yaml
vendored
7
.github/workflows/cmake.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user