Skip to content

Commit ca11898

Browse files
committed
should work
1 parent 720560e commit ca11898

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- run: |
77
brew tap hebasto/valgrind https://github.com/hebasto/valgrind-macos
8-
cd $(brew --repository)/Library/Taps/hebasto/valgrind-macos
8+
cd $(brew --repository)/Library/Taps/hebasto/homebrew-valgrind
99
git checkout 241024-ventura-supp
1010
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
1111
shell: bash

0 commit comments

Comments
 (0)