We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720560e commit ca11898Copy full SHA for ca11898
.github/actions/install-homebrew-valgrind/action.yml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- run: |
7
brew tap hebasto/valgrind https://github.com/hebasto/valgrind-macos
8
- cd $(brew --repository)/Library/Taps/hebasto/valgrind-macos
+ cd $(brew --repository)/Library/Taps/hebasto/homebrew-valgrind
9
git checkout 241024-ventura-supp
10
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
11
shell: bash
0 commit comments