aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2b4612d268..4917e6333b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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:
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index ba5ab9afdd..9fe374f628 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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: