ruby-changes:58993
From: Kazuhiro <ko1@a...>
Date: Sat, 30 Nov 2019 23:14:58 +0900 (JST)
Subject: [ruby-changes:58993] bb3542cc6b (master): Add update-gems before extract-gems
https://git.ruby-lang.org/ruby.git/commit/?id=bb3542cc6b From bb3542cc6b3db5477c2a9efd76905a4133545da1 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 13 Nov 2019 21:28:53 +0900 Subject: Add update-gems before extract-gems (windows.yml used `nmake up`) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2b4612d..4917e63 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -56,7 +56,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L56 - 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: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index ba5ab9a..9fe374f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -85,7 +85,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L85 - 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: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/