From 58f39d89a8adff51ab04893d1fd28e3767979f9f Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 27 Aug 2023 11:14:44 +0200 Subject: patch 9.0.1791: No tests for the termdebug plugin Problem: No tests for the termdebug plugin Solution: Add some simple tests for the termdebug plugin closes: #12927 Signed-off-by: Christian Brabandt Co-authored-by: Yegappan Lakshmanan --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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 \ -- cgit v1.2.3