We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc914a commit 7598c1bCopy full SHA for 7598c1b
.github/actions/install-homebrew-valgrind/action.yml
@@ -6,6 +6,10 @@ runs:
6
- run: |
7
brew tap LouisBrunner/valgrind
8
brew fetch --HEAD LouisBrunner/valgrind/valgrind
9
+ cd "$(brew --cache)/valgrind--git"
10
+ git branch hack d14be1d4f76466560ed6515d0f314f0925522456
11
+ git reset --hard hack
12
+ git branch --set-upstream-to=hack
13
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
14
shell: bash
15
@@ -24,6 +28,7 @@ runs:
24
28
25
29
- if: steps.cache.outputs.cache-hit != 'true'
26
30
run: |
31
27
32
brew install --HEAD LouisBrunner/valgrind/valgrind
33
34
0 commit comments