Skip to content

Commit

Permalink
Switch from LouisBrunner repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 24, 2024
1 parent 351942f commit 6fa64f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install-homebrew-valgrind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ runs:
using: "composite"
steps:
- run: |
brew tap LouisBrunner/valgrind
brew fetch --HEAD LouisBrunner/valgrind/valgrind
brew tap hebasto/valgrind
brew fetch --HEAD hebasto/valgrind/valgrind
echo "CI_HOMEBREW_CELLAR_VALGRIND=$(brew --cellar valgrind)" >> "$GITHUB_ENV"
shell: bash
Expand All @@ -24,7 +24,7 @@ runs:

- if: steps.cache.outputs.cache-hit != 'true'
run: |
brew install --HEAD LouisBrunner/valgrind/valgrind
brew install --HEAD hebasto/valgrind/valgrind
shell: bash

- if: steps.cache.outputs.cache-hit == 'true'
Expand Down

0 comments on commit 6fa64f8

Please sign in to comment.