Download necessary dependecies.

This commit is contained in:
Marcus Edel
2022-01-02 16:17:18 -05:00
parent 05512c668c
commit e47bd7ec32
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
run: |
# CMake for extracting present boost version.
mkdir build && cd build
cmake ..
cmake -DDOWNLOAD_DEPENDENCIES=ON ..
# Ping version information upstream.
BOOST_RELEASE_JSON=$(curl -sL https://api.github.com/repos/boostorg/boost/tags)