Bats 1.2 requires readline from gnu coreutils in MacOS

This commit is contained in:
Ivan Pozdeev 2021-09-15 21:05:11 +03:00
parent 848e56e992
commit 7f714c34ba

View file

@ -23,6 +23,8 @@ jobs:
# libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ # libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
# xz-utils tk-dev libffi-dev liblzma-dev python-openssl git # xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
# https://github.com/pyenv/pyenv#installation # https://github.com/pyenv/pyenv#installation
- run: |
if test "$RUNNER_OS" == "macOS"; then brew install coreutils; fi
- run: pwd - run: pwd
- env: - env:
PYENV_ROOT: /home/runner/work/pyenv/pyenv PYENV_ROOT: /home/runner/work/pyenv/pyenv