From 8256e1701e18f5c422f711c19b8a09c05a03d1ff Mon Sep 17 00:00:00 2001 From: Rajin Braynard <85237518+FuexFollets@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:06:42 -0500 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 4f84ae8..8800f8d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -60,4 +60,4 @@ 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). # -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON - run: cmake . -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON && make -j 4 + run: cmake . && cmake --build .