From 5f1e7a5305b2b573e08fc4455df2d1ecc3d1d9c6 Mon Sep 17 00:00:00 2001 From: Maxim Radugin Date: Fri, 12 Jul 2024 10:13:20 +0300 Subject: [PATCH] cmake ver --- .github/workflows/cmake-multi-platform.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 4f934c5..972b15d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -58,6 +58,7 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2.13 with: restore: false + save: false verbose: 2 - name: Set reusable strings @@ -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