1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed the world writable dirs on Ubuntu environment.

This commit is contained in:
Hiroshi SHIBATA 2019-08-12 07:07:54 +09:00
parent cfb192a7b9
commit fc97aa9313
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -27,6 +27,10 @@ jobs:
- name: Set ENV
run: |
export JOBS=-j$((1 + $(nproc --all)))
- name: Fixed world writable dirs
run: |
chmod go-w $HOME
sudo chmod -R go-w /usr/share
- run: autoconf
- name: configure
run: ./configure -C --disable-install-doc