mirror of
https://github.com/OpenCoin/oc-mint-cpp.git
synced 2024-12-22 15:49: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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user