From 233581672a834593df62df558869057d738351cb Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:39:39 +0100 Subject: [PATCH] `brew --install` --- .github/actions/install-homebrew-valgrind/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/install-homebrew-valgrind/action.yml b/.github/actions/install-homebrew-valgrind/action.yml index a6b859fb98..e92a1e22fc 100644 --- a/.github/actions/install-homebrew-valgrind/action.yml +++ b/.github/actions/install-homebrew-valgrind/action.yml @@ -11,5 +11,6 @@ runs: echo "------------------------------------------" brew tap-info hebasto/valgrind echo "------------------------------------------" + brew install hebasto/valgrind/valgrind which valgrind shell: bash