diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ad7aec..21542cee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: make run: | - sudo apt-get install libncurses-dev + sudo apt-get install libncursesw5-dev ./autogen.sh ./configure make @@ -24,6 +24,5 @@ jobs: - uses: actions/checkout@v2 - name: make run: | - ./autogen.sh ./configure make