Skip to content

Commit

Permalink
a fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 24, 2024
1 parent 75e2581 commit fa0d507
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/install-homebrew-valgrind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ runs:
using: "composite"
steps:
- run: |
brew tap hebasto/valgrind --branch=241024-ventura-supp
brew fetch --HEAD hebasto/valgrind/valgrind
brew tap hebasto/valgrind
cd $(brew --repository)/Library/Taps/hebasto/valgrind
git checkout 241024-ventura-supp
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
shell: bash
Expand Down

0 comments on commit fa0d507

Please sign in to comment.