Commit 93e851a8 authored by Michael Droettboom's avatar Michael Droettboom

Zero ccache results before build

parent 1c2e37fd
...@@ -53,6 +53,7 @@ jobs: ...@@ -53,6 +53,7 @@ jobs:
name: build name: build
no_output_timeout: 1200 no_output_timeout: 1200
command: | command: |
ccache -z
make make
ccache -s ccache -s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment