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 }}