Skip to content

Commit 7f6e2b1

Browse files
HACK
1 parent cdc914a commit 7f6e2b1

File tree

3 files changed

+56
-682
lines changed

3 files changed

+56
-682
lines changed

.github/actions/install-homebrew-valgrind/action.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ runs:
66
- run: |
77
brew tap LouisBrunner/valgrind
88
brew fetch --HEAD LouisBrunner/valgrind/valgrind
9+
cd "$(brew --cache)/valgrind--git"
10+
git checkout d14be1d4f76466560ed6515d0f314f0925522456
911
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
1012
shell: bash
1113
@@ -24,7 +26,8 @@ runs:
2426

2527
- if: steps.cache.outputs.cache-hit != 'true'
2628
run: |
27-
brew install --HEAD LouisBrunner/valgrind/valgrind
29+
cd "$(brew --cache)/valgrind--git"
30+
brew install .
2831
shell: bash
2932

3033
- if: steps.cache.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)