diff options
author | Martin Pool <mbp@sourcefrog.net> | 2024-03-13 04:40:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 04:40:31 +0000 |
commit | 0f95570eae43dd31b4d983ef1aa9f7ea4b38681c (patch) | |
tree | 75257d100897a8e11138cfcd440756993ac29b1f | |
parent | c86b46822a3624ca02421540eee1a8f1fd4a9a02 (diff) |
Also install gdb in Homebreworigin/ci
-rw-r--r-- | .github/workflows/c-build.yml | 2 |
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 |