Skip to content

Commit a36e7dc

Browse files
committed
Add binutils on macOS for readelf
1 parent bbe3cf8 commit a36e7dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/stack-size.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
fi
5757
# macOS has the benefit of packaging `oksh`, `osh`, and having distinct core tools
5858
if [ "$OS" = "macOS" ]; then
59+
brew install binutils # `readelf`
5960
brew install ksh93 bash dash-shell zsh mksh oksh yash oils-for-unix
6061
SHELLS="sh ksh bash dash zsh mksh oksh yash osh"
6162
fi

0 commit comments

Comments
 (0)