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