From 8dbedb94d658a80e97927996a2ea50f34ae0af91 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 26 Aug 2023 09:59:59 +0100 Subject: [PATCH] Add fingerprint --- .github/actions/install-homebrew-valgrind/action.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-homebrew-valgrind/action.yml b/.github/actions/install-homebrew-valgrind/action.yml index 4a0f4e0bb1..d766749fde 100644 --- a/.github/actions/install-homebrew-valgrind/action.yml +++ b/.github/actions/install-homebrew-valgrind/action.yml @@ -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: |