Skip to content

Commit

Permalink
ci: change cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Jun 2, 2024
1 parent 52b8760 commit 2a7ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v2
with:
path: executorch/cmake-out
key: ${{ runner.os }}-cmake-${{ hashFiles('executorch/kernels/*.cpp') }}-${{ hashFiles('executorch/extension/*.cpp') }}-${{ hashFiles('executorch/backends/*.cpp') }}-${{ hashFiles('executorch/runtime/*.cpp') }}
key: ${{ runner.os }}-cmake-${{ hashFiles('executorch/{kernels,extension,backends,runtime}/**/*.cpp') }}
- name: Build executorch
run: |
python -m venv .venv
Expand Down

0 comments on commit 2a7ad05

Please sign in to comment.