From 24777ec98bec63fdcdf409cfad185c40d5722a5e Mon Sep 17 00:00:00 2001 From: Vano Date: Thu, 3 Oct 2024 20:19:55 +0300 Subject: [PATCH] test ccache --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d8ed8f..1ea1a18 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,6 @@ env: GODOT_BASE_BRANCH: master # Used to select the version of Godot to run the tests with. GODOT_TEST_VERSION: master - CCACHE_DEBUG: /dev/stdout concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}} @@ -238,6 +237,7 @@ jobs: if: ${{ matrix.builder.name == 'CMake' }} uses: hendrikmuhs/ccache-action@v1.2 with: + verbose: 2 key: ${{ matrix.platform.cache-name }} - name: Install Ninja