From e47bd7ec32145eea356e3b8739e7674522fab28a Mon Sep 17 00:00:00 2001 From: Marcus Edel Date: Sun, 2 Jan 2022 16:17:18 -0500 Subject: [PATCH] Download necessary dependecies. --- .github/workflows/update-boost-version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-boost-version.yaml b/.github/workflows/update-boost-version.yaml index 7dc33c3680..0f9d10050c 100644 --- a/.github/workflows/update-boost-version.yaml +++ b/.github/workflows/update-boost-version.yaml @@ -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)