From b04c8c56ea5262909b3f16933323d3cf2954b586 Mon Sep 17 00:00:00 2001 From: Trass3r Date: Fri, 5 Jul 2024 01:54:46 +0200 Subject: [PATCH] CCACHE_DEBUGLEVEL --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0fbddfb468b0..277c7d9537bb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,6 +31,7 @@ jobs: CCACHE_SLOPPINESS: pch_defines,time_macros,include_file_ctime,include_file_mtime #CCACHE_COMPILERCHECK: '%compiler% -dumpversion' CCACHE_DEBUG: 1 + CCACHE_DEBUGLEVEL: 1 # only logs CCACHE_LOGFILE: ccache.log run: | set -eux