From 6fa64f8d5dc7699d02c3f33f8bc75cfad76cc06f 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] Switch from LouisBrunner repo --- .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..ded0f96780 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 --HEAD 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 --HEAD hebasto/valgrind/valgrind shell: bash - if: steps.cache.outputs.cache-hit == 'true'