From db9a618f755a9ec3d2d85d01383e80bbc4cd1e07 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:35:14 +0100 Subject: [PATCH] test `241024-ventura-supp` branch --- .github/actions/install-homebrew-valgrind/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/install-homebrew-valgrind/action.yml b/.github/actions/install-homebrew-valgrind/action.yml index ce10eb2686..28fd2a71fd 100644 --- a/.github/actions/install-homebrew-valgrind/action.yml +++ b/.github/actions/install-homebrew-valgrind/action.yml @@ -4,8 +4,8 @@ runs: using: "composite" steps: - run: | - brew tap LouisBrunner/valgrind - brew fetch --HEAD LouisBrunner/valgrind/valgrind + brew tap hebasto/valgrind + brew fetch --241024-ventura-supp hebasto/valgrind/valgrind echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV" shell: bash @@ -24,7 +24,7 @@ runs: - if: steps.cache.outputs.cache-hit != 'true' run: | - brew install --HEAD LouisBrunner/valgrind/valgrind + brew install --241024-ventura-supp hebasto/valgrind/valgrind shell: bash - if: steps.cache.outputs.cache-hit == 'true'