summaryrefslogtreecommitdiff
path: root/.github/workflows/check_dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml24
1 files changed, 2 insertions, 22 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index 3439c04f9d..0ad2d5e757 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -2,11 +2,7 @@ name: Check Dependencies
on: [push, pull_request]
jobs:
update-deps:
- strategy:
- matrix:
- os: [ubuntu-20.04]
- fail-fast: true
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Install libraries
@@ -18,28 +14,12 @@ jobs:
run: |
git config --global advice.detachedHead 0
- uses: actions/checkout@v2
- with:
- path: src
- - name: Fixed world writable dirs
- run: |
- chmod -v go-w $HOME $HOME/.config
- sudo chmod -R go-w /usr/share
- sudo bash -c 'IFS=:; for d in '"$PATH"'; do chmod -v go-w $d; done' || :
- - name: Set ENV
- run: |
- echo "JOBS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
- run: autoconf
- working-directory: src
- name: Run configure
run: ./configure -C --disable-install-doc --disable-rubygems --with-gcc 'optflags=-O0' 'debugflags=-save-temps=obj -g'
- working-directory: src
- - name: Run make
- run: make all golf
- working-directory: src
+ - run: make all golf
- run: ruby tool/update-deps --fix
- working-directory: src
- run: git diff --no-ext-diff --ignore-submodules --exit-code
- working-directory: src
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |