Skip to content

Commit

Permalink
ci: Show sccache stats after restoring cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB committed Jun 10, 2024
1 parent 3ebd001 commit 4e9680e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/knut-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3

- name: Show sccache stats
run: sccache --show-stats

- name: Configure project
run: cmake -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache --preset=ci

Expand Down

0 comments on commit 4e9680e

Please sign in to comment.