From 4909bad249d1e23bdcb1fe28c13e5949b89fb6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Sat, 27 Jul 2024 10:53:40 +0200 Subject: [PATCH] cahing builddir --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13c22e0..9abb449 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.ccache + ./build key: ${{ runner.os }}-${{ inputs.compiler }}-${{ hashFiles('**/CMakeLists.txt') }} restore-keys: | ${{ runner.os }}-${{ inputs.compiler }}