summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2024-02-13 11:29:04 +0100
committerBenoit Daloze <eregontp@gmail.com>2024-02-13 12:11:34 +0100
commitb5327647c2a49c36621631a06527837e99b009e5 (patch)
treea5666eb40dc8ae6f16156bdc313ae8360afa6859 /.github/workflows/windows.yml
parent9204416b7fad21a4df1116091dbb723bd21557a4 (diff)
extract-gems before nmake in Visual Studio workflow
* BTW this workflow is the only one doing extract-extlibs before building. It seems building with Visual Studio and nmake has significant differences.
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 0776857589..311f154461 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -179,6 +179,10 @@ jobs:
- run: nmake extract-extlibs
+ # On all other platforms, test-spec depending on extract-gems (in common.mk) is enough.
+ # But not for this Visual Studio workflow. So here we extract gems before building.
+ - run: nmake extract-gems
+
- run: nmake
- run: nmake test