Skip to content

Commit

Permalink
vers
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 13, 2024
1 parent 8467c27 commit e2ebf72
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 @@ -74,7 +74,8 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
shell: bash
run: |
ccache --show-stats
ccache --version
cmake --version
cmake -B "${{ steps.strings.outputs.build-output-dir }}" -S "${{ steps.strings.outputs.source-dir }}" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
ccache --show-stats
#
Expand Down

0 comments on commit e2ebf72

Please sign in to comment.