We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
241024-ventura-supp
1 parent 351942f commit 724d584Copy full SHA for 724d584
.github/actions/install-homebrew-valgrind/action.yml
@@ -4,8 +4,8 @@ runs:
4
using: "composite"
5
steps:
6
- run: |
7
- brew tap LouisBrunner/valgrind
8
- brew fetch --HEAD LouisBrunner/valgrind/valgrind
+ brew tap hebasto/valgrind
+ brew fetch --HEAD hebasto/valgrind/valgrind
9
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
10
shell: bash
11
@@ -24,7 +24,7 @@ runs:
24
25
- if: steps.cache.outputs.cache-hit != 'true'
26
run: |
27
- brew install --HEAD LouisBrunner/valgrind/valgrind
+ brew install --HEAD hebasto/valgrind/valgrind
28
29
30
- if: steps.cache.outputs.cache-hit == 'true'
0 commit comments