Skip to content

Commit

Permalink
Setting up ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov committed Jan 10, 2024
1 parent 2f8b72b commit 3d7733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and run unit tests
run: "cd Scripts && ./run_all_unit_tests.sh ${{ matrix.configuration }}"
- name: Show ccache stats
run: "ccache --show-stats"
run: "ccache --show-stats --verbose"
- name: Cache ccache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 3d7733f

Please sign in to comment.