File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 - run : ./autogen.sh
171171 - run : ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit
172172 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)
173+ - 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)
174174 if : startsWith(matrix.os, 'macos')
175175 - run : make -j4
176176 - run : make install
You can’t perform that action at this time.
0 commit comments