Skip to content

Commit

Permalink
WIP-00
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 26, 2023
1 parent 3ef7e0d commit 0c17340
Show file tree
Hide file tree
Showing 2 changed files with 777 additions and 747 deletions.
24 changes: 24 additions & 0 deletions .github/actions/install-homebrew-valgrind/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Install Valgrind"
description: "Install Homebrew's Valgrind and cache it."
runs:
using: "composite"
steps:
- run: |
brew tap LouisBrunner/valgrind
brew fetch --HEAD LouisBrunner/valgrind/valgrind
shell: bash
- run: |
brew --cache
ls -l "$(brew --cache)/valgrind--git"
shell: bash
- run: |
brew tap LouisBrunner/valgrind
brew install --HEAD LouisBrunner/valgrind/valgrind
shell: bash
- run: |
which valgrind
valgrind --version
shell: bash
Loading

0 comments on commit 0c17340

Please sign in to comment.