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