From 2d65ebd6b586f8c8602f05655165726447e5959e Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Fri, 20 Sep 2024 16:05:38 +0100 Subject: [PATCH] chore: add hash to ci-tools file (#631) --- .github/workflows/ci-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tools.yml b/.github/workflows/ci-tools.yml index b295293a9..f36856e8f 100644 --- a/.github/workflows/ci-tools.yml +++ b/.github/workflows/ci-tools.yml @@ -29,7 +29,7 @@ jobs: uses: actions/cache@v4 with: path: .lake - key: ${{ runner.os }}-lake-tools + key: ${{ runner.os }}-lake-tools-${{ hashFiles('lake-manifest.json') }} - name: Compile `mlirnatural` Executable 🧐 run: |