From b5327647c2a49c36621631a06527837e99b009e5 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 13 Feb 2024 11:29:04 +0100 Subject: 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. --- .github/workflows/windows.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/windows.yml') 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 -- cgit v1.2.3