summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2024-02-12 14:00:58 +0100
committerBenoit Daloze <eregontp@gmail.com>2024-02-12 14:31:34 +0100
commitd4a6c6521aa1a5208939a2cd981a13ca01a07d2a (patch)
tree3a27b2d92cc47bb4294222be5da4ac228c680f21
parent06995eb45b86645a945b4429c6d85597a21b40a7 (diff)
Try `nmake install` before `nmake test-spec`
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 0776857589..42d1f6b633 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -184,6 +184,8 @@ jobs:
- run: nmake test
timeout-minutes: 5
+ - run: nmake install
+
- run: nmake test-spec
timeout-minutes: 10