We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27d740 commit 06ec37fCopy full SHA for 06ec37f
1 file changed
.github/workflows/build.yml
@@ -170,7 +170,7 @@ jobs:
170
- run: ./autogen.sh
171
- run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit
172
if: startsWith(matrix.os, 'ubuntu')
173
- - run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
+ - run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit --with-openssl-dir=$(brew --prefix openssl@3) --with-readline-dir=$(brew --prefix readline)
174
if: startsWith(matrix.os, 'macos')
175
- run: make -j4
176
- run: make install
0 commit comments