summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-13 10:40:00 +0100
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-14 18:16:47 +0900
commit956e220ae280bbd3426bfb2bb80edb6e69ad3f98 (patch)
tree90bb78f4c9654a435d796ef39349b5add43053f8
parentde15a26e9e297c9cc3171b1d40ef7776ca5838df (diff)
Use new `prepare-gems` target when possible
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2951
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 83ee14dc58..940e42d8fb 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -43,7 +43,7 @@ jobs:
working-directory: build
- run: make $JOBS
working-directory: build
- - run: make update-gems extract-gems
+ - run: make prepare-gems
working-directory: build
if: matrix.test_task == 'check'
- run: make $JOBS -s ${{ matrix.test_task }}
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 4f50216569..f45c9c6238 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -52,7 +52,7 @@ jobs:
working-directory: build
- run: make $JOBS
working-directory: build
- - run: make update-gems extract-gems
+ - run: make prepare-gems
working-directory: build
if: matrix.test_task == 'check'
- name: Create dummy files in build dir