Skip to content

Commit fa6506a

Browse files
Revert to upstream valgrind
1 parent 82de1c8 commit fa6506a

File tree

1 file changed

+3
-4
lines changed
  • .github/actions/install-homebrew-valgrind

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ runs:
44
using: "composite"
55
steps:
66
- run: |
7-
brew tap real-or-random/valgrind
8-
brew fetch --HEAD real-or-random/valgrind/valgrind
7+
brew tap LouisBrunner/valgrind
8+
brew fetch --HEAD LouisBrunner/valgrind/valgrind
99
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
1010
shell: bash
1111
@@ -24,8 +24,7 @@ runs:
2424

2525
- if: steps.cache.outputs.cache-hit != 'true'
2626
run: |
27-
cd "$(brew --cache)/valgrind--git"
28-
brew install --HEAD real-or-random/valgrind/valgrind
27+
brew install --HEAD LouisBrunner/valgrind/valgrind
2928
shell: bash
3029

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

0 commit comments

Comments
 (0)