We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc914a commit 47a4adfCopy full SHA for 47a4adf
.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 real-or-random/valgrind
+ brew fetch --HEAD real-or-random/valgrind/valgrind
9
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
10
shell: bash
11
@@ -24,7 +24,8 @@ runs:
24
25
- if: steps.cache.outputs.cache-hit != 'true'
26
run: |
27
- brew install --HEAD LouisBrunner/valgrind/valgrind
+ cd "$(brew --cache)/valgrind--git"
28
+ brew install --HEAD real-or-random/valgrind/valgrind
29
30
31
- if: steps.cache.outputs.cache-hit == 'true'
0 commit comments