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:
parent
cfb192a7b9
commit
fc97aa9313
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue