Skip to content

Commit

Permalink
Fixed google/benchmark dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FuexFollets committed Jan 22, 2024
1 parent 0925a10 commit 289d211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 289d211

Please sign in to comment.