Skip to content

Commit

Permalink
Update .github/workflows/self-test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan <[email protected]>
  • Loading branch information
shenxianpeng and 2bndy5 authored Mar 22, 2024
1 parent 52ba5b9 commit 6d50cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6d50cb2

Please sign in to comment.