From 9cd43ffeef7636d673d8923cda2abb701ba2680b Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 13 Feb 2024 10:05:09 +0300 Subject: [PATCH] gh-115383: Install `ncurses` in reusable macos workflow --- .github/workflows/reusable-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index cad619b78ce5f2..8668f3705a46d4 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -34,7 +34,7 @@ jobs: path: config.cache key: ${{ github.job }}-${{ matrix.os }}-${{ inputs.config_hash }} - name: Install Homebrew dependencies - run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk + run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk ncurses - name: Configure CPython run: | GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \