From 0a4efbf3abe961eda22abd24533101181190baa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 9 Sep 2023 21:28:29 +0200 Subject: [PATCH] chore: Test ccache config --- .github/workflows/install/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index 56e19576..968cd4e3 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -111,4 +111,9 @@ runs: # mkdir -p $(pwd)/../.ccache-debug echo 'PKG_BUILD_EXTRA_FLAGS=false' | tee -a $GITHUB_ENV + + - name: ccache configuration + run: | + ccache -p + false shell: bash