From ef135fef11875abda4a4c08a4c4512a5bdc07037 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index 56e19576..2c9e1233 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -112,3 +112,9 @@ runs: echo 'PKG_BUILD_EXTRA_FLAGS=false' | tee -a $GITHUB_ENV shell: bash + + - name: ccache configuration + run: | + ccache -p + false + shell: bash