diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index ad631b9a..725a8773 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/cache@v4 with: path: build - key: ${{ runner.os }}-${{ hashFiles('docs/examples/demo/CMakeLists.txt', 'docs/examples/demo/demo.cpp', 'docs/examples/demo/demo.hpp') }} + key: ${{ runner.os }}-${{ hashFiles('docs/examples/demo/**') }} - name: Generate compilation database if: steps.cache-build.outputs.cache-hit != 'true'