From 78c5a3b33450e2cc1d6c1a6cc893c5815781a01f Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Fri, 27 Mar 2026 08:57:39 +0100 Subject: [PATCH] - added ncurses-devel --- .github/workflows/ci-tumbleweed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tumbleweed.yml b/.github/workflows/ci-tumbleweed.yml index 1c7f359c..c7cc45f1 100644 --- a/.github/workflows/ci-tumbleweed.yml +++ b/.github/workflows/ci-tumbleweed.yml @@ -21,7 +21,7 @@ jobs: elif [ "${{ matrix.compiler }}" = "clang" ]; then zypper --non-interactive install --no-recommends clang fi - zypper --non-interactive install --no-recommends autoconf automake dbus-1-devel docbook-xsl-stylesheets gettext-runtime glibc-locale libacl-devel libboost_test-devel libboost_thread-devel libbtrfs-devel libbtrfsutil-devel libjson-c-devel libmount-devel libtool libxml2-devel libxslt make pam-devel xz + zypper --non-interactive install --no-recommends autoconf automake dbus-1-devel docbook-xsl-stylesheets gettext-runtime glibc-locale libacl-devel libboost_test-devel libboost_thread-devel libbtrfs-devel libbtrfsutil-devel libjson-c-devel libmount-devel libtool libxml2-devel libxslt make ncurses-devel pam-devel xz - name: List installed packages run: rpm -qa | sort -- 2.47.3