Add update-gems before extract-gems

(windows.yml used `nmake up`)
This commit is contained in:
Kazuhiro NISHIYAMA 2019-11-13 21:28:53 +09:00 committed by SHIBATA Hiroshi
parent 2eb4afb10b
commit bb3542cc6b
Notes: git 2019-11-30 16:45:17 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Make
run: make -C build $JOBS
- name: Extract gems
run: make -C build extract-gems
run: make -C build update-gems extract-gems
- name: Tests
run: make -C build $JOBS -s ${{ matrix.test_task }}
env:

View File

@ -85,7 +85,7 @@ jobs:
- name: Make
run: make -C build $JOBS
- name: Extract gems
run: make -C build extract-gems
run: make -C build update-gems extract-gems
- name: Tests
run: make -C build $JOBS -s ${{ matrix.test_task }}
env: