Skip to content

Commit

Permalink
Use globstar to recursively hash the addons for cache keying (#10086)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby authored Dec 2, 2024
1 parent 1ded824 commit 1352f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v4
with:
path: build-addons/
key: test-addons-${{ hashFiles('addons/', 'test/functional/addons/') }}
key: test-addons-${{ hashFiles('addons/**', 'test/functional/addons/**', 'scripts/addons/*.py', 'scripts/cmake/addons.cmake') }}

- name: Install build dependencies
if: steps.addons-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 1352f9e

Please sign in to comment.