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 #