From 720560e01526c0bd8d49fbd3db050536e8642586 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:17:40 +0100 Subject: [PATCH] fixuP? --- .github/actions/install-homebrew-valgrind/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-homebrew-valgrind/action.yml b/.github/actions/install-homebrew-valgrind/action.yml index 0ef1d63c98..cfd7363e40 100644 --- a/.github/actions/install-homebrew-valgrind/action.yml +++ b/.github/actions/install-homebrew-valgrind/action.yml @@ -5,7 +5,7 @@ runs: steps: - run: | brew tap hebasto/valgrind https://github.com/hebasto/valgrind-macos - cd $(brew --repository)/Library/Taps/hebasto/valgrind + cd $(brew --repository)/Library/Taps/hebasto/valgrind-macos git checkout 241024-ventura-supp echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV" shell: bash