Skip to content

Commit

Permalink
are we ccaching?
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Sep 25, 2024
1 parent be6ed6d commit 2ead8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: ccache -p && ccache -z && cmake --build . && ccache -s
run: ccache -p && ccache -z && cmake --build . -v && ccache -s

- name: Test
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 2ead8ac

Please sign in to comment.