We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc914a commit 7f6e2b1Copy full SHA for 7f6e2b1
.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,7 +26,8 @@ runs:
24
26
25
27
- if: steps.cache.outputs.cache-hit != 'true'
28
run: |
- brew install --HEAD LouisBrunner/valgrind/valgrind
29
30
+ brew install .
31
32
33
- if: steps.cache.outputs.cache-hit == 'true'
0 commit comments