소스 검색

Bats 1.2 requires readline from gnu coreutils in MacOS

pull/2073/head
Ivan Pozdeev 4 년 전
부모
커밋
7f714c34ba
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .github/workflows/pyenv_tests.yml

+ 2
- 0
.github/workflows/pyenv_tests.yml 파일 보기

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

불러오는 중...
취소
저장