Add name to autoconf

This commit is contained in:
Kazuhiro NISHIYAMA 2019-08-28 09:38:52 +09:00
parent 17c0ce3798
commit 230f405479
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -32,7 +32,8 @@ jobs:
if grep -q "${GITHUB_SHA}" /tmp/index.html; then exit; fi if grep -q "${GITHUB_SHA}" /tmp/index.html; then exit; fi
chmod go-w $HOME chmod go-w $HOME
sudo chmod -R go-w /usr/share sudo chmod -R go-w /usr/share
- run: | - name: Autoconf
run: |
if grep -q "${GITHUB_SHA}" /tmp/index.html; then exit; fi if grep -q "${GITHUB_SHA}" /tmp/index.html; then exit; fi
autoconf autoconf
- name: Configure - name: Configure