Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FuexFollets authored Jan 23, 2024
1 parent b2187fd commit 8256e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 8256e17

Please sign in to comment.