diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-02-07 17:28:09 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-02-07 18:33:28 +0900 |
| commit | 5d5d27a60d7649e3ccc18e741a1581ef22effa0f (patch) | |
| tree | 5560d864033e6fc174e0d4130eb8ac2db4caf64f /.github | |
| parent | 565ef06e917c6f326f8d528dc8fa6c6de88a8753 (diff) | |
readline-ext is extracted bundled gems at Ruby 3.3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actions/setup/macos/action.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/setup/macos/action.yml b/.github/actions/setup/macos/action.yml index 3649a64876..be74e30c6d 100644 --- a/.github/actions/setup/macos/action.yml +++ b/.github/actions/setup/macos/action.yml @@ -13,12 +13,12 @@ runs: - name: brew shell: bash run: | - brew install --quiet gmp libffi openssl@1.1 zlib autoconf automake libtool readline + brew install --quiet gmp libffi openssl@1.1 zlib autoconf automake libtool - name: Set ENV shell: bash run: | - for lib in openssl@1.1 readline; do + for lib in openssl@1.1; do CONFIGURE_ARGS="${CONFIGURE_ARGS:+$CONFIGURE_ARGS }--with-${lib%@*}-dir=$(brew --prefix $lib)" done echo CONFIGURE_ARGS="${CONFIGURE_ARGS}" >> $GITHUB_ENV |
