From e2ebf72582cf4dc358fa23da02ded157c18dacbc Mon Sep 17 00:00:00 2001 From: Maxim Radugin Date: Sat, 13 Jul 2024 22:58:26 +0300 Subject: [PATCH] vers --- .github/workflows/cmake-multi-platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index faa632c..a398eef 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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 #