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