summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2024-03-13 04:40:31 +0000
committerGitHub <noreply@github.com>2024-03-13 04:40:31 +0000
commit0f95570eae43dd31b4d983ef1aa9f7ea4b38681c (patch)
tree75257d100897a8e11138cfcd440756993ac29b1f
parentc86b46822a3624ca02421540eee1a8f1fd4a9a02 (diff)
Also install gdb in Homebreworigin/ci
-rw-r--r--.github/workflows/c-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-build.yml b/.github/workflows/c-build.yml
index ab12c26..000941b 100644
--- a/.github/workflows/c-build.yml
+++ b/.github/workflows/c-build.yml
@@ -18,7 +18,7 @@ jobs:
- uses: ConorMacBride/install-package@v1
with:
# aclocal is in homebrew automake
- brew: automake
+ brew: automake gdb
# brew-cask: TODO
apt: python3-dev libiberty-dev clang libavahi-client-dev valgrind
# choco: TODO