diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da1a13..4b294a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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