From 155d9dc7de5940ea604e41c0f61369a57637cc39 Mon Sep 17 00:00:00 2001 From: Hans Date: Fri, 4 Oct 2024 17:07:23 +0800 Subject: [PATCH] ci: change hash file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda8464..9da1a13 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('executorch/{kernels,extension,backends,runtime}/**/*.cpp') }} + key: ${{ runner.os }}-cmake-${{ hashFiles('build.rs') }} - name: Build executorch run: | python -m venv .venv