summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 07:07:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 12:14:39 +0900
commitfc97aa93132de82a02f4f115de14e6478ec7a7b3 (patch)
tree9c6cde23ed6f21dc6e10e61d6b9f5dee16e9e5f0 /.github/workflows/ubuntu.yml
parentcfb192a7b9b00c479abbbbe35d396cc5295285e5 (diff)
Fixed the world writable dirs on Ubuntu environment.
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index b5241f4dd7..49737b30c6 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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