Skip to content

Commit a495080

Browse files
committed
[DO NOT MERGE] ci: Switch to patched Valgrind
1 parent b38316a commit a495080

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

2525
- if: steps.cache.outputs.cache-hit != 'true'
2626
run: |
27-
brew install --HEAD LouisBrunner/valgrind/valgrind
27+
brew install --HEAD hebasto/valgrind/valgrind
2828
shell: bash
2929

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

0 commit comments

Comments
 (0)