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:
parent
de15a26e9e
commit
956e220ae2
Notes:
git
2020-03-14 18:17:29 +09:00
2 changed files with 2 additions and 2 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue