Skip to content

Commit

Permalink
cmake ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 12, 2024
1 parent 9648ea0 commit 5f1e7a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
restore: false
save: false
verbose: 2

- name: Set reusable strings
Expand Down Expand Up @@ -87,6 +88,7 @@ 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 --version
D:\a\cmake-findccache\cmake-findccache\build\cl.exe --version
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --verbose
ccache --show-stats
Expand Down

0 comments on commit 5f1e7a5

Please sign in to comment.