summaryrefslogtreecommitdiff
path: root/.github/workflows/baseruby.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-10-25 14:05:30 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-10-26 09:05:46 +0900
commitb49ec78fd02836d4db4807fcdc86886138927c70 (patch)
tree0e8dba926e5199c32ffbe41d0d3604191e677e26 /.github/workflows/baseruby.yml
parentb682f763397abbbee3a47569d36fcb49127a3e0a (diff)
more on eliminating $make
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5005
Diffstat (limited to '.github/workflows/baseruby.yml')
-rw-r--r--.github/workflows/baseruby.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index 788ca8f474..83e6ca03b0 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -23,14 +23,14 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler: none
- - run: echo "make=make -sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
+ - run: echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
- run: sudo apt-get install build-essential autoconf bison
- run: ./autogen.sh
- run: ./configure --disable-install-doc
- - run: $make common-srcs
- - run: $make incs
- - run: $make all
- - run: $make test
+ - run: make common-srcs
+ - run: make incs
+ - run: make all
+ - run: make test
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |