From 2ead8ac1b623dc59a4a19568dd0ec09248cffb0e Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Wed, 25 Sep 2024 10:53:55 -0400 Subject: [PATCH] are we ccaching? --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e86266bd..924fc00a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -117,7 +117,7 @@ jobs: working-directory: ${{github.workspace}}/build shell: bash # Execute the build. You can specify a specific target with "--target " - run: ccache -p && ccache -z && cmake --build . && ccache -s + run: ccache -p && ccache -z && cmake --build . -v && ccache -s - name: Test working-directory: ${{github.workspace}}/build