Skip to content

Commit 7ebf927

Browse files
authored
Remove unnecessary chmod
1 parent 8cee0b2 commit 7ebf927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ jobs:
166166
if: matrix.name == 'asan'
167167

168168
# Build
169-
- run: chmod 755 $HOME # https://github.com/actions/virtual-environments/issues/267
170169
- run: mkdir -p ~/.rubies
171170
- run: ./autogen.sh
172171
- run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit

0 commit comments

Comments
 (0)