We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cee0b2 commit 7ebf927Copy full SHA for 7ebf927
.github/workflows/build.yml
@@ -166,7 +166,6 @@ jobs:
166
if: matrix.name == 'asan'
167
168
# Build
169
- - run: chmod 755 $HOME # https://github.com/actions/virtual-environments/issues/267
170
- run: mkdir -p ~/.rubies
171
- run: ./autogen.sh
172
- run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit
0 commit comments