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)