Commit 90f974de authored by Stefan Behnel's avatar Stefan Behnel

Enable ccache usage on Github Actions.

parent df712c33
......@@ -124,6 +124,7 @@ jobs:
CCACHE_SLOPPINESS: "pch_defines,time_macros"
CCACHE_COMPRESS: 1
CCACHE_MAXSIZE: "250M"
PATH="/usr/lib/ccache:$PATH"
steps:
- name: Checkout repo
......
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