summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-08-27 11:14:44 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-27 11:14:44 +0200
commit58f39d89a8adff51ab04893d1fd28e3767979f9f (patch)
treef4584c051c4781ba4c12d9c1f405b8d144966f3f /.github
parent8fbd9449e71f2ad93e594be575209a7424eb093e (diff)
patch 9.0.1791: No tests for the termdebug pluginv9.0.1791
Problem: No tests for the termdebug plugin Solution: Add some simple tests for the termdebug plugin closes: #12927 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 98bff17d42..459d5932d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,6 +92,7 @@ jobs:
if ${{ matrix.features == 'huge' }}; then
PKGS+=( \
autoconf \
+ gdb \
lcov \
libcanberra-dev \
libperl-dev \