diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 252377f..4f84ae8 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -59,4 +59,5 @@ jobs: - name: Build # Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). - run: cmake . && make -j 4 + # -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON + run: cmake . -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON && make -j 4