Skip to content

Commit 7598c1b

Browse files
HACK
1 parent cdc914a commit 7598c1b

File tree

3 files changed

+57
-681
lines changed

3 files changed

+57
-681
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ runs:
66
- run: |
77
brew tap LouisBrunner/valgrind
88
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
913
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
1014
shell: bash
1115
@@ -24,6 +28,7 @@ runs:
2428

2529
- if: steps.cache.outputs.cache-hit != 'true'
2630
run: |
31+
cd "$(brew --cache)/valgrind--git"
2732
brew install --HEAD LouisBrunner/valgrind/valgrind
2833
shell: bash
2934

0 commit comments

Comments
 (0)