Skip to content

Commit

Permalink
chore: add hash to ci-tools file (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored Sep 20, 2024
1 parent bad0bad commit 2d65ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2d65ebd

Please sign in to comment.