Skip to content

Commit

Permalink
test ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
Vano committed Oct 3, 2024
1 parent bc02ca8 commit 24777ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down Expand Up @@ -238,6 +237,7 @@ jobs:
if: ${{ matrix.builder.name == 'CMake' }}
uses: hendrikmuhs/[email protected]
with:
verbose: 2
key: ${{ matrix.platform.cache-name }}

- name: Install Ninja
Expand Down

0 comments on commit 24777ec

Please sign in to comment.