Skip to content

Commit

Permalink
ci: add hash executorch/version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Oct 4, 2024
1 parent 155d9dc commit fb1c323
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 @@ -41,7 +41,7 @@ jobs:
uses: actions/cache@v2
with:
path: executorch/cmake-out
key: ${{ runner.os }}-cmake-${{ hashFiles('build.rs') }}
key: ${{ runner.os }}-cmake-${{ hashFiles('build.rs', 'executorch/version.txt') }}
- name: Build executorch
run: |
python -m venv .venv
Expand Down

0 comments on commit fb1c323

Please sign in to comment.