1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use new prepare-gems target when possible

This commit is contained in:
David Rodríguez 2020-03-13 10:40:00 +01:00 committed by Nobuyoshi Nakada
parent de15a26e9e
commit 956e220ae2
Notes: git 2020-03-14 18:17:29 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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