From 564a193004b5fe285ebaa5bdd36d9bd303d14973 Mon Sep 17 00:00:00 2001 From: Alex Dmitriev Date: Tue, 23 Jan 2024 12:15:00 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 858a8f3..fe9f45e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,12 +23,7 @@ jobs: - name: Install ncurses run: | - if [ "$(uname)" == "Darwin" ]; then - brew install ncurses - else - sudo apt-get install libncurses-dev libc6-dev - getconf GNU_LIBC_VERSION - fi + getconf GNU_LIBC_VERSION - name: Install Kotlin uses: sdkman/sdkman-action@master