Keep only one Windows action run

This decreases the queue and fits cache in 10 GB
This commit is contained in:
Ilya Fedin
2025-12-18 12:26:42 +00:00
committed by John Preston
parent fc728e7a13
commit 0116f098f8

View File

@@ -48,8 +48,8 @@ jobs:
strategy:
matrix:
arch: [Win32, x64]
generator: ["", "Ninja Multi-Config"]
arch: [Win32]
generator: ["Ninja Multi-Config"]
env:
UPLOAD_ARTIFACT: "true"