From 47cbb86e1f44b2e64953195da35fcab0026e5aa9 Mon Sep 17 00:00:00 2001 From: Alex Dmitriev Date: Tue, 23 Jan 2024 14:34:36 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5a0ee5..97dbb47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,8 @@ jobs: pkg-config --static --libs ncurses sudo apt-get install libncurses5-dev dpkg-query -L libncurses5-dev + sudo find /usr -name ncurses.h + sudo find /usr -name libncurses.a getconf GNU_LIBC_VERSION - name: Install Kotlin