Skip to content

Commit

Permalink
Add fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 26, 2023
1 parent edd27c0 commit 8dbedb9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/actions/install-homebrew-valgrind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ runs:
shell: bash
- run: |
brew --cache
ls -l "$(brew --cache)/valgrind--git"
sw_vers > valgrind_fingerprint
brew config >> valgrind_fingerprint
git -C "$(brew --cache)/valgrind--git" rev-parse HEAD >> valgrind_fingerprint
cat valgrind_fingerprint
shell: bash
- run: |
cat valgrind_fingerprint
shell: bash
- run: |
Expand Down

0 comments on commit 8dbedb9

Please sign in to comment.